Import statsmodels_0.8.0.orig.tar.gz
authorYaroslav Halchenko <debian@onerussian.com>
Wed, 8 Feb 2017 18:08:38 +0000 (18:08 +0000)
committerYaroslav Halchenko <debian@onerussian.com>
Wed, 8 Feb 2017 18:08:38 +0000 (18:08 +0000)
commit4dfa7e60221f678572549495ed1947a315dd58de
tree8e03fd1acc313311ef3398917f4689951a827010
Import statsmodels_0.8.0.orig.tar.gz

[dgit import orig statsmodels_0.8.0.orig.tar.gz]
1353 files changed:
.bzrignore [new file with mode: 0644]
.coveragerc [new file with mode: 0644]
.gitattributes [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.mailmap [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
.travis_coveragerc [new file with mode: 0644]
CHANGES.md [new file with mode: 0644]
CONTRIBUTING.rst [new file with mode: 0644]
COPYRIGHTS.txt [new file with mode: 0644]
INSTALL.txt [new file with mode: 0644]
LICENSE.txt [new file with mode: 0644]
MANIFEST.in [new file with mode: 0644]
README.rst [new file with mode: 0644]
README_l1.txt [new file with mode: 0644]
appveyor.yml [new file with mode: 0644]
build_bdists.bat [new file with mode: 0644]
docs/GLMNotes.lyx [new file with mode: 0644]
docs/GLMNotes.pdf [new file with mode: 0644]
docs/Makefile [new file with mode: 0644]
docs/README.md [new file with mode: 0644]
docs/fix_longtable.py [new file with mode: 0644]
docs/make.bat [new file with mode: 0644]
docs/source/_static/blogger.png [new file with mode: 0644]
docs/source/_static/blogger_sm.png [new file with mode: 0644]
docs/source/_static/bullet.gif [new file with mode: 0644]
docs/source/_static/closelabel.png [new file with mode: 0644]
docs/source/_static/examples.css [new file with mode: 0644]
docs/source/_static/facebox.css [new file with mode: 0644]
docs/source/_static/facebox.js [new file with mode: 0644]
docs/source/_static/gettingstarted_0.png [new file with mode: 0644]
docs/source/_static/images/anova.png [new file with mode: 0644]
docs/source/_static/images/categorical_interaction_plot.png [new file with mode: 0644]
docs/source/_static/images/contrasts.png [new file with mode: 0644]
docs/source/_static/images/discrete_overview.png [new file with mode: 0644]
docs/source/_static/images/fairs_data.png [new file with mode: 0644]
docs/source/_static/images/formulas_intro.png [new file with mode: 0644]
docs/source/_static/images/generic_mle.png [new file with mode: 0644]
docs/source/_static/images/glm_formulas.png [new file with mode: 0644]
docs/source/_static/images/glm_overview.png [new file with mode: 0644]
docs/source/_static/images/gls.png [new file with mode: 0644]
docs/source/_static/images/kde_overview.png [new file with mode: 0644]
docs/source/_static/images/markov_autoregression.png [new file with mode: 0644]
docs/source/_static/images/markov_regression.png [new file with mode: 0644]
docs/source/_static/images/mixed_lm.png [new file with mode: 0644]
docs/source/_static/images/ols.png [new file with mode: 0644]
docs/source/_static/images/prediction.png [new file with mode: 0644]
docs/source/_static/images/quantile_regression.png [new file with mode: 0644]
docs/source/_static/images/recursive_ls.png [new file with mode: 0644]
docs/source/_static/images/regression_diagnostics.png [new file with mode: 0644]
docs/source/_static/images/regression_plots.png [new file with mode: 0644]
docs/source/_static/images/rlm.png [new file with mode: 0644]
docs/source/_static/images/rlm_overview.png [new file with mode: 0644]
docs/source/_static/images/statespace_arma0.png [new file with mode: 0644]
docs/source/_static/images/statespace_cycles.png [new file with mode: 0644]
docs/source/_static/images/statespace_dfm_coincident.png [new file with mode: 0644]
docs/source/_static/images/statespace_local_linear_trend.png [new file with mode: 0644]
docs/source/_static/images/statespace_sarimax_internet.png [new file with mode: 0644]
docs/source/_static/images/statespace_sarimax_stata.png [new file with mode: 0644]
docs/source/_static/images/statespace_structural_harvey_jaeger.png [new file with mode: 0644]
docs/source/_static/images/statespace_varmax.png [new file with mode: 0644]
docs/source/_static/images/tsa_arma0.png [new file with mode: 0644]
docs/source/_static/images/tsa_arma1.png [new file with mode: 0644]
docs/source/_static/images/tsa_dates.png [new file with mode: 0644]
docs/source/_static/images/tsa_filters.png [new file with mode: 0644]
docs/source/_static/images/wls.png [new file with mode: 0644]
docs/source/_static/ipython.min.css [new file with mode: 0644]
docs/source/_static/loading.gif [new file with mode: 0644]
docs/source/_static/minus.gif [new file with mode: 0644]
docs/source/_static/mktree.css [new file with mode: 0644]
docs/source/_static/mktree.js [new file with mode: 0644]
docs/source/_static/nbviewer.pygments.css [new file with mode: 0644]
docs/source/_static/plus.gif [new file with mode: 0644]
docs/source/_static/scripts.js [new file with mode: 0644]
docs/source/_templates/autosummary/class.rst [new file with mode: 0644]
docs/source/_templates/autosummary/glmfamilies.rst [new file with mode: 0644]
docs/source/about.rst [new file with mode: 0644]
docs/source/anova.rst [new file with mode: 0644]
docs/source/conf.py [new file with mode: 0644]
docs/source/contingency_tables.rst [new file with mode: 0644]
docs/source/contrasts.rst [new file with mode: 0644]
docs/source/datasets/dataset_proposal.rst [new file with mode: 0644]
docs/source/datasets/index.rst [new file with mode: 0644]
docs/source/dev/dataset_notes.rst [new file with mode: 0644]
docs/source/dev/examples.rst [new file with mode: 0644]
docs/source/dev/get_involved.rst [new file with mode: 0644]
docs/source/dev/git_notes.rst [new file with mode: 0644]
docs/source/dev/images/git_merge.png [new file with mode: 0644]
docs/source/dev/index.rst [new file with mode: 0644]
docs/source/dev/internal.rst [new file with mode: 0644]
docs/source/dev/maintainer_notes.rst [new file with mode: 0644]
docs/source/dev/naming_conventions.rst [new file with mode: 0644]
docs/source/dev/test_notes.rst [new file with mode: 0644]
docs/source/dev/testing.rst [new file with mode: 0644]
docs/source/dev/vbench.rst [new file with mode: 0644]
docs/source/diagnostic.rst [new file with mode: 0644]
docs/source/discretemod.rst [new file with mode: 0644]
docs/source/distributions.rst [new file with mode: 0644]
docs/source/duration.rst [new file with mode: 0644]
docs/source/emplike.rst [new file with mode: 0644]
docs/source/endog_exog.rst [new file with mode: 0644]
docs/source/example_formulas.rst [new file with mode: 0644]
docs/source/examples/README [new file with mode: 0644]
docs/source/examples/index.rst [new file with mode: 0644]
docs/source/examples/landing.json [new file with mode: 0644]
docs/source/extending.rst.TXT [new file with mode: 0644]
docs/source/faq.rst [new file with mode: 0644]
docs/source/gee.rst [new file with mode: 0644]
docs/source/genericmle.rst.TXT [new file with mode: 0644]
docs/source/gettingstarted.rst [new file with mode: 0644]
docs/source/glm.rst [new file with mode: 0644]
docs/source/glm_techn1.rst.TXT [new file with mode: 0644]
docs/source/glm_techn2.rst.TXT [new file with mode: 0644]
docs/source/gmm.rst [new file with mode: 0644]
docs/source/gmm_techn1.rst.TXT [new file with mode: 0644]
docs/source/graphics.rst [new file with mode: 0644]
docs/source/images/aw.png [new file with mode: 0644]
docs/source/images/hl.png [new file with mode: 0644]
docs/source/images/ht.png [new file with mode: 0644]
docs/source/images/ls.png [new file with mode: 0644]
docs/source/images/re.png [new file with mode: 0644]
docs/source/images/statsmodels_hybi_banner.png [new file with mode: 0644]
docs/source/images/statsmodels_hybi_banner.svg [new file with mode: 0644]
docs/source/images/statsmodels_hybi_favico.ico [new file with mode: 0644]
docs/source/images/tk.png [new file with mode: 0644]
docs/source/images/tm.png [new file with mode: 0644]
docs/source/importpaths.rst [new file with mode: 0644]
docs/source/imputation.rst [new file with mode: 0644]
docs/source/index.rst [new file with mode: 0644]
docs/source/install.rst [new file with mode: 0644]
docs/source/iolib.rst [new file with mode: 0644]
docs/source/miscmodels.rst [new file with mode: 0644]
docs/source/missing.rst [new file with mode: 0644]
docs/source/mixed_linear.rst [new file with mode: 0644]
docs/source/multivariate.rst [new file with mode: 0644]
docs/source/nonparametric.rst [new file with mode: 0644]
docs/source/pitfalls.rst [new file with mode: 0644]
docs/source/plots/arma_predict_plot.py [new file with mode: 0644]
docs/source/plots/bkf_plot.py [new file with mode: 0644]
docs/source/plots/cff_plot.py [new file with mode: 0644]
docs/source/plots/graphics_boxplot_beanplot.py [new file with mode: 0644]
docs/source/plots/graphics_boxplot_violinplot.py [new file with mode: 0644]
docs/source/plots/graphics_functional_fboxplot.py [new file with mode: 0644]
docs/source/plots/graphics_functional_rainbowplot.py [new file with mode: 0644]
docs/source/plots/graphics_gofplots_qqplot.py [new file with mode: 0644]
docs/source/plots/graphics_month_plot.py [new file with mode: 0644]
docs/source/plots/graphics_plot_fit_ex.py [new file with mode: 0644]
docs/source/plots/hpf_plot.py [new file with mode: 0644]
docs/source/plots/load_macrodata.py [new file with mode: 0644]
docs/source/plots/var_plot_acorr.py [new file with mode: 0644]
docs/source/plots/var_plot_fevd.py [new file with mode: 0644]
docs/source/plots/var_plot_forecast.py [new file with mode: 0644]
docs/source/plots/var_plot_input.py [new file with mode: 0644]
docs/source/plots/var_plot_irf.py [new file with mode: 0644]
docs/source/plots/var_plot_irf_cum.py [new file with mode: 0644]
docs/source/plots/var_plots.py [new file with mode: 0644]
docs/source/regression.rst [new file with mode: 0644]
docs/source/regression_techn1.rst.TXT [new file with mode: 0644]
docs/source/release/github-stats-0.5.rst [new file with mode: 0644]
docs/source/release/github-stats-0.6.rst [new file with mode: 0644]
docs/source/release/index.rst [new file with mode: 0644]
docs/source/release/old_changes.rst [new file with mode: 0644]
docs/source/release/version0.5.rst [new file with mode: 0644]
docs/source/release/version0.6.rst [new file with mode: 0644]
docs/source/release/version0.7.rst [new file with mode: 0644]
docs/source/release/version0.8.rst [new file with mode: 0644]
docs/source/rlm.rst [new file with mode: 0644]
docs/source/rlm_techn1.rst [new file with mode: 0644]
docs/source/sandbox.rst [new file with mode: 0644]
docs/source/statespace.rst [new file with mode: 0644]
docs/source/stats.rst [new file with mode: 0644]
docs/source/tools.rst [new file with mode: 0644]
docs/source/tsa.rst [new file with mode: 0644]
docs/source/tsastats.rst.TXT [new file with mode: 0644]
docs/source/vector_ar.rst [new file with mode: 0644]
docs/sphinxext/LICENSE.txt [new file with mode: 0644]
docs/sphinxext/MANIFEST.in [new file with mode: 0644]
docs/sphinxext/README.txt [new file with mode: 0644]
docs/sphinxext/github.py [new file with mode: 0644]
docs/sphinxext/ipython_console_highlighting.py [new file with mode: 0644]
docs/sphinxext/ipython_directive.py [new file with mode: 0644]
docs/sphinxext/numpy_ext/__init__.py [new file with mode: 0644]
docs/sphinxext/numpy_ext/docscrape.py [new file with mode: 0644]
docs/sphinxext/numpy_ext/docscrape_sphinx.py [new file with mode: 0644]
docs/sphinxext/numpy_ext/plot_directive.py [new file with mode: 0644]
docs/themes/statsmodels/indexsidebar.html [new file with mode: 0644]
docs/themes/statsmodels/layout.html [new file with mode: 0644]
docs/themes/statsmodels/page.html [new file with mode: 0644]
docs/themes/statsmodels/relations.html [new file with mode: 0644]
docs/themes/statsmodels/sidelinks.html [new file with mode: 0644]
docs/themes/statsmodels/static/nature.css_t [new file with mode: 0644]
docs/themes/statsmodels/static/statsmodels_hybi_banner.png [new file with mode: 0644]
docs/themes/statsmodels/theme.conf [new file with mode: 0644]
examples/incomplete/arima.py [new file with mode: 0644]
examples/incomplete/arma2.py [new file with mode: 0644]
examples/incomplete/dates.py [new file with mode: 0644]
examples/incomplete/glsar.py [new file with mode: 0644]
examples/incomplete/ols_table.py [new file with mode: 0644]
examples/incomplete/ols_tftest.py [new file with mode: 0644]
examples/incomplete/wls_extended.py [new file with mode: 0644]
examples/notebooks/categorical_interaction_plot.ipynb [new file with mode: 0644]
examples/notebooks/chi2_fitting.ipynb [new file with mode: 0644]
examples/notebooks/contrasts.ipynb [new file with mode: 0644]
examples/notebooks/discrete_choice_example.ipynb [new file with mode: 0644]
examples/notebooks/discrete_choice_overview.ipynb [new file with mode: 0644]
examples/notebooks/formulas.ipynb [new file with mode: 0644]
examples/notebooks/generic_mle.ipynb [new file with mode: 0644]
examples/notebooks/glm.ipynb [new file with mode: 0644]
examples/notebooks/glm_formula.ipynb [new file with mode: 0644]
examples/notebooks/gls.ipynb [new file with mode: 0644]
examples/notebooks/interactions_anova.ipynb [new file with mode: 0644]
examples/notebooks/kernel_density.ipynb [new file with mode: 0644]
examples/notebooks/markov_autoregression.ipynb [new file with mode: 0644]
examples/notebooks/markov_regression.ipynb [new file with mode: 0644]
examples/notebooks/mixed_lm_example.ipynb [new file with mode: 0644]
examples/notebooks/ols.ipynb [new file with mode: 0644]
examples/notebooks/pca_fertility_factors.ipynb [new file with mode: 0644]
examples/notebooks/plots_boxplots.ipynb [new file with mode: 0644]
examples/notebooks/predict.ipynb [new file with mode: 0644]
examples/notebooks/quantile_regression.ipynb [new file with mode: 0644]
examples/notebooks/recursive_ls.ipynb [new file with mode: 0644]
examples/notebooks/regression_diagnostics.ipynb [new file with mode: 0644]
examples/notebooks/regression_plots.ipynb [new file with mode: 0644]
examples/notebooks/robust_models_0.ipynb [new file with mode: 0644]
examples/notebooks/robust_models_1.ipynb [new file with mode: 0644]
examples/notebooks/star_diagram.png [new file with mode: 0644]
examples/notebooks/statespace_arma_0.ipynb [new file with mode: 0644]
examples/notebooks/statespace_cycles.ipynb [new file with mode: 0644]
examples/notebooks/statespace_dfm_coincident.ipynb [new file with mode: 0644]
examples/notebooks/statespace_local_linear_trend.ipynb [new file with mode: 0644]
examples/notebooks/statespace_sarimax_internet.ipynb [new file with mode: 0644]
examples/notebooks/statespace_sarimax_stata.ipynb [new file with mode: 0644]
examples/notebooks/statespace_structural_harvey_jaeger.ipynb [new file with mode: 0644]
examples/notebooks/statespace_varmax.ipynb [new file with mode: 0644]
examples/notebooks/tsa_arma_0.ipynb [new file with mode: 0644]
examples/notebooks/tsa_arma_1.ipynb [new file with mode: 0644]
examples/notebooks/tsa_dates.ipynb [new file with mode: 0644]
examples/notebooks/tsa_filters.ipynb [new file with mode: 0644]
examples/notebooks/wls.ipynb [new file with mode: 0644]
examples/python/categorical_interaction_plot.py [new file with mode: 0644]
examples/python/contrasts.py [new file with mode: 0644]
examples/python/discrete_choice_example.py [new file with mode: 0644]
examples/python/discrete_choice_overview.py [new file with mode: 0644]
examples/python/formulas.py [new file with mode: 0644]
examples/python/generic_mle.py [new file with mode: 0644]
examples/python/glm.py [new file with mode: 0644]
examples/python/glm_formula.py [new file with mode: 0644]
examples/python/gls.py [new file with mode: 0644]
examples/python/interactions_anova.py [new file with mode: 0644]
examples/python/kernel_density.py [new file with mode: 0644]
examples/python/ols.py [new file with mode: 0644]
examples/python/predict.py [new file with mode: 0644]
examples/python/quantile_regression.py [new file with mode: 0644]
examples/python/regression_diagnostics.py [new file with mode: 0644]
examples/python/regression_plots.py [new file with mode: 0644]
examples/python/robust_models_0.py [new file with mode: 0644]
examples/python/robust_models_1.py [new file with mode: 0644]
examples/python/tsa_arma_0.py [new file with mode: 0644]
examples/python/tsa_arma_1.py [new file with mode: 0644]
examples/python/tsa_dates.py [new file with mode: 0644]
examples/python/tsa_filters.py [new file with mode: 0644]
examples/python/wls.py [new file with mode: 0644]
examples/run_all.py [new file with mode: 0644]
ez_setup.py [new file with mode: 0644]
setup.py [new file with mode: 0644]
statsmodels/LICENSE.txt [new file with mode: 0644]
statsmodels/TODO.txt [new file with mode: 0644]
statsmodels/__init__.py [new file with mode: 0644]
statsmodels/api.py [new file with mode: 0644]
statsmodels/base/__init__.py [new file with mode: 0644]
statsmodels/base/_constraints.py [new file with mode: 0644]
statsmodels/base/_penalties.py [new file with mode: 0644]
statsmodels/base/covtype.py [new file with mode: 0644]
statsmodels/base/data.py [new file with mode: 0644]
statsmodels/base/elastic_net.py [new file with mode: 0644]
statsmodels/base/l1_cvxopt.py [new file with mode: 0644]
statsmodels/base/l1_slsqp.py [new file with mode: 0644]
statsmodels/base/l1_solvers_common.py [new file with mode: 0644]
statsmodels/base/model.py [new file with mode: 0644]
statsmodels/base/optimizer.py [new file with mode: 0644]
statsmodels/base/tests/__init__.py [new file with mode: 0644]
statsmodels/base/tests/test_data.py [new file with mode: 0644]
statsmodels/base/tests/test_generic_methods.py [new file with mode: 0644]
statsmodels/base/tests/test_optimize.py [new file with mode: 0644]
statsmodels/base/tests/test_shrink_pickle.py [new file with mode: 0644]
statsmodels/base/wrapper.py [new file with mode: 0644]
statsmodels/compat/__init__.py [new file with mode: 0644]
statsmodels/compat/collections.py [new file with mode: 0644]
statsmodels/compat/counter.py [new file with mode: 0644]
statsmodels/compat/numpy.py [new file with mode: 0644]
statsmodels/compat/ordereddict.py [new file with mode: 0644]
statsmodels/compat/pandas.py [new file with mode: 0644]
statsmodels/compat/python.py [new file with mode: 0644]
statsmodels/compat/scipy.py [new file with mode: 0644]
statsmodels/compat/tests/__init__.py [new file with mode: 0644]
statsmodels/compat/tests/test_collections.py [new file with mode: 0644]
statsmodels/compat/tests/test_itercompat.py [new file with mode: 0644]
statsmodels/compat/tests/test_scipy_compat.py [new file with mode: 0644]
statsmodels/datasets/COPYING [new file with mode: 0644]
statsmodels/datasets/README.txt [new file with mode: 0644]
statsmodels/datasets/__init__.py [new file with mode: 0644]
statsmodels/datasets/anes96/__init__.py [new file with mode: 0644]
statsmodels/datasets/anes96/anes96.csv [new file with mode: 0644]
statsmodels/datasets/anes96/data.py [new file with mode: 0644]
statsmodels/datasets/anes96/src/anes96.csv [new file with mode: 0644]
statsmodels/datasets/cancer/__init__.py [new file with mode: 0644]
statsmodels/datasets/cancer/cancer.csv [new file with mode: 0644]
statsmodels/datasets/cancer/data.py [new file with mode: 0644]
statsmodels/datasets/ccard/R_wls.s [new file with mode: 0644]
statsmodels/datasets/ccard/__init__.py [new file with mode: 0644]
statsmodels/datasets/ccard/ccard.csv [new file with mode: 0644]
statsmodels/datasets/ccard/data.py [new file with mode: 0644]
statsmodels/datasets/ccard/src/ccard.csv [new file with mode: 0644]
statsmodels/datasets/ccard/src/names.txt [new file with mode: 0644]
statsmodels/datasets/china_smoking/__init__.py [new file with mode: 0644]
statsmodels/datasets/china_smoking/china_smoking.csv [new file with mode: 0644]
statsmodels/datasets/china_smoking/data.py [new file with mode: 0644]
statsmodels/datasets/co2/__init__.py [new file with mode: 0644]
statsmodels/datasets/co2/co2.csv [new file with mode: 0644]
statsmodels/datasets/co2/data.py [new file with mode: 0644]
statsmodels/datasets/co2/src/maunaloa_c.dat [new file with mode: 0644]
statsmodels/datasets/committee/R_committee.s [new file with mode: 0644]
statsmodels/datasets/committee/__init__.py [new file with mode: 0644]
statsmodels/datasets/committee/committee.csv [new file with mode: 0644]
statsmodels/datasets/committee/data.py [new file with mode: 0644]
statsmodels/datasets/committee/src/committee.dat [new file with mode: 0644]
statsmodels/datasets/copper/__init__.py [new file with mode: 0644]
statsmodels/datasets/copper/copper.csv [new file with mode: 0644]
statsmodels/datasets/copper/data.py [new file with mode: 0644]
statsmodels/datasets/copper/src/copper.dat [new file with mode: 0644]
statsmodels/datasets/cpunish/R_cpunish.s [new file with mode: 0644]
statsmodels/datasets/cpunish/__init__.py [new file with mode: 0644]
statsmodels/datasets/cpunish/cpunish.csv [new file with mode: 0644]
statsmodels/datasets/cpunish/data.py [new file with mode: 0644]
statsmodels/datasets/cpunish/src/cpunish.dat [new file with mode: 0644]
statsmodels/datasets/elnino/__init__.py [new file with mode: 0644]
statsmodels/datasets/elnino/data.py [new file with mode: 0644]
statsmodels/datasets/elnino/elnino.csv [new file with mode: 0644]
statsmodels/datasets/elnino/src/elnino.dat [new file with mode: 0644]
statsmodels/datasets/engel/__init__.py [new file with mode: 0644]
statsmodels/datasets/engel/data.py [new file with mode: 0644]
statsmodels/datasets/engel/engel.csv [new file with mode: 0644]
statsmodels/datasets/fair/__init__.py [new file with mode: 0644]
statsmodels/datasets/fair/data.py [new file with mode: 0644]
statsmodels/datasets/fair/fair.csv [new file with mode: 0644]
statsmodels/datasets/fair/src/1978ADAT.asc [new file with mode: 0644]
statsmodels/datasets/fertility/__init__.py [new file with mode: 0644]
statsmodels/datasets/fertility/data.py [new file with mode: 0644]
statsmodels/datasets/fertility/fertility.csv [new file with mode: 0644]
statsmodels/datasets/grunfeld/__init__.py [new file with mode: 0644]
statsmodels/datasets/grunfeld/data.py [new file with mode: 0644]
statsmodels/datasets/grunfeld/grunfeld.csv [new file with mode: 0644]
statsmodels/datasets/grunfeld/src/grunfeld.csv [new file with mode: 0644]
statsmodels/datasets/heart/__init__.py [new file with mode: 0644]
statsmodels/datasets/heart/data.py [new file with mode: 0644]
statsmodels/datasets/heart/heart.csv [new file with mode: 0644]
statsmodels/datasets/longley/R_gls.s [new file with mode: 0644]
statsmodels/datasets/longley/R_lm.s [new file with mode: 0644]
statsmodels/datasets/longley/__init__.py [new file with mode: 0644]
statsmodels/datasets/longley/data.py [new file with mode: 0644]
statsmodels/datasets/longley/longley.csv [new file with mode: 0644]
statsmodels/datasets/macrodata/__init__.py [new file with mode: 0644]
statsmodels/datasets/macrodata/data.py [new file with mode: 0644]
statsmodels/datasets/macrodata/macrodata.csv [new file with mode: 0644]
statsmodels/datasets/macrodata/macrodata.dta [new file with mode: 0644]
statsmodels/datasets/macrodata/src/macrodata.xls/macrodata.xls [new file with mode: 0644]
statsmodels/datasets/macrodata/src/unemp.csv [new file with mode: 0644]
statsmodels/datasets/modechoice/__init__.py [new file with mode: 0644]
statsmodels/datasets/modechoice/data.py [new file with mode: 0644]
statsmodels/datasets/modechoice/modechoice.csv [new file with mode: 0644]
statsmodels/datasets/modechoice/src/TableF18-2.csv [new file with mode: 0644]
statsmodels/datasets/nile/__init__.py [new file with mode: 0644]
statsmodels/datasets/nile/data.py [new file with mode: 0644]
statsmodels/datasets/nile/nile.csv [new file with mode: 0644]
statsmodels/datasets/randhie/__init__.py [new file with mode: 0644]
statsmodels/datasets/randhie/data.py [new file with mode: 0644]
statsmodels/datasets/randhie/randhie.csv [new file with mode: 0644]
statsmodels/datasets/randhie/src/randdesc.txt [new file with mode: 0644]
statsmodels/datasets/randhie/src/randhie.csv [new file with mode: 0644]
statsmodels/datasets/scotland/R_scotvote.s [new file with mode: 0644]
statsmodels/datasets/scotland/__init__.py [new file with mode: 0644]
statsmodels/datasets/scotland/data.py [new file with mode: 0644]
statsmodels/datasets/scotland/scotvote.csv [new file with mode: 0644]
statsmodels/datasets/scotland/src/scotland.readme [new file with mode: 0644]
statsmodels/datasets/scotland/src/scotland_births.html [new file with mode: 0644]
statsmodels/datasets/scotland/src/scotland_changes.html [new file with mode: 0644]
statsmodels/datasets/scotland/src/scotland_devolution.html [new file with mode: 0644]
statsmodels/datasets/scotland/src/scotland_econ_summary.html [new file with mode: 0644]
statsmodels/datasets/scotland/src/scotland_economics.html [new file with mode: 0644]
statsmodels/datasets/scotland/src/scotland_education.html [new file with mode: 0644]
statsmodels/datasets/scotland/src/scotland_housing.html [new file with mode: 0644]
statsmodels/datasets/scotland/src/scotland_population.csv [new file with mode: 0644]
statsmodels/datasets/scotland/src/scotland_population.html [new file with mode: 0644]
statsmodels/datasets/scotland/src/scotvote.csv [new file with mode: 0644]
statsmodels/datasets/scotland/src/scotvote.dat [new file with mode: 0644]
statsmodels/datasets/spector/__init__.py [new file with mode: 0644]
statsmodels/datasets/spector/data.py [new file with mode: 0644]
statsmodels/datasets/spector/spector.csv [new file with mode: 0644]
statsmodels/datasets/stackloss/R_stackloss.s [new file with mode: 0644]
statsmodels/datasets/stackloss/__init__.py [new file with mode: 0644]
statsmodels/datasets/stackloss/data.py [new file with mode: 0644]
statsmodels/datasets/stackloss/stackloss.csv [new file with mode: 0644]
statsmodels/datasets/star98/__init__.py [new file with mode: 0644]
statsmodels/datasets/star98/data.py [new file with mode: 0644]
statsmodels/datasets/star98/r_glm.s [new file with mode: 0644]
statsmodels/datasets/star98/src/star.bi.dat [new file with mode: 0644]
statsmodels/datasets/star98/src/star98.dat [new file with mode: 0644]
statsmodels/datasets/star98/src/star98.names [new file with mode: 0644]
statsmodels/datasets/star98/star98.csv [new file with mode: 0644]
statsmodels/datasets/statecrime/__init__.py [new file with mode: 0644]
statsmodels/datasets/statecrime/data.py [new file with mode: 0644]
statsmodels/datasets/statecrime/statecrime.csv [new file with mode: 0644]
statsmodels/datasets/strikes/__init__.py [new file with mode: 0644]
statsmodels/datasets/strikes/data.py [new file with mode: 0644]
statsmodels/datasets/strikes/strikes.csv [new file with mode: 0644]
statsmodels/datasets/sunspots/R_sunspots.s [new file with mode: 0644]
statsmodels/datasets/sunspots/__init__.py [new file with mode: 0644]
statsmodels/datasets/sunspots/arima_mod.R [new file with mode: 0644]
statsmodels/datasets/sunspots/data.py [new file with mode: 0644]
statsmodels/datasets/sunspots/src/sunspots_monthly.dat [new file with mode: 0644]
statsmodels/datasets/sunspots/src/sunspots_yearly.dat [new file with mode: 0644]
statsmodels/datasets/sunspots/sunspots.csv [new file with mode: 0644]
statsmodels/datasets/template_data.py [new file with mode: 0644]
statsmodels/datasets/tests/__init__.py [new file with mode: 0644]
statsmodels/datasets/tests/raw.github.com,vincentarelbundock,Rdatasets,master,csv,car,Duncan.csv.zip [new file with mode: 0644]
statsmodels/datasets/tests/raw.github.com,vincentarelbundock,Rdatasets,master,datasets.csv.zip [new file with mode: 0644]
statsmodels/datasets/tests/raw.github.com,vincentarelbundock,Rdatasets,master,doc,car,rst,Duncan.rst.zip [new file with mode: 0644]
statsmodels/datasets/tests/test_data.py [new file with mode: 0644]
statsmodels/datasets/tests/test_utils.py [new file with mode: 0644]
statsmodels/datasets/utils.py [new file with mode: 0644]
statsmodels/discrete/__init__.py [new file with mode: 0644]
statsmodels/discrete/discrete_margins.py [new file with mode: 0644]
statsmodels/discrete/discrete_model.py [new file with mode: 0644]
statsmodels/discrete/tests/__init__.py [new file with mode: 0644]
statsmodels/discrete/tests/results/__init__.py [new file with mode: 0644]
statsmodels/discrete/tests/results/mn_logit_summary.txt [new file with mode: 0644]
statsmodels/discrete/tests/results/mnlogit_resid.csv [new file with mode: 0644]
statsmodels/discrete/tests/results/nbinom_resids.csv [new file with mode: 0644]
statsmodels/discrete/tests/results/phat_mnlogit.csv [new file with mode: 0644]
statsmodels/discrete/tests/results/poisson_resid.csv [new file with mode: 0644]
statsmodels/discrete/tests/results/predict_prob_poisson.csv [new file with mode: 0644]
statsmodels/discrete/tests/results/results_count_robust_cluster.py [new file with mode: 0644]
statsmodels/discrete/tests/results/results_discrete.py [new file with mode: 0644]
statsmodels/discrete/tests/results/results_glm_logit_constrained.py [new file with mode: 0644]
statsmodels/discrete/tests/results/results_poisson_constrained.py [new file with mode: 0644]
statsmodels/discrete/tests/results/ships.csv [new file with mode: 0644]
statsmodels/discrete/tests/results/yhat_mnlogit.csv [new file with mode: 0644]
statsmodels/discrete/tests/results/yhat_poisson.csv [new file with mode: 0644]
statsmodels/discrete/tests/test_constrained.py [new file with mode: 0644]
statsmodels/discrete/tests/test_discrete.py [new file with mode: 0644]
statsmodels/discrete/tests/test_sandwich_cov.py [new file with mode: 0644]
statsmodels/distributions/__init__.py [new file with mode: 0644]
statsmodels/distributions/edgeworth.py [new file with mode: 0644]
statsmodels/distributions/empirical_distribution.py [new file with mode: 0644]
statsmodels/distributions/mixture_rvs.py [new file with mode: 0644]
statsmodels/distributions/tests/__init__.py [new file with mode: 0644]
statsmodels/distributions/tests/test_ecdf.py [new file with mode: 0644]
statsmodels/distributions/tests/test_edgeworth.py [new file with mode: 0644]
statsmodels/distributions/tests/test_mixture.py [new file with mode: 0644]
statsmodels/duration/__init__.py [new file with mode: 0644]
statsmodels/duration/api.py [new file with mode: 0644]
statsmodels/duration/hazard_regression.py [new file with mode: 0644]
statsmodels/duration/survfunc.py [new file with mode: 0644]
statsmodels/duration/tests/__init__.py [new file with mode: 0644]
statsmodels/duration/tests/phreg_gentests.py [new file with mode: 0644]
statsmodels/duration/tests/results/__init__.py [new file with mode: 0644]
statsmodels/duration/tests/results/bmt.csv [new file with mode: 0644]
statsmodels/duration/tests/results/bmt_results.csv [new file with mode: 0644]
statsmodels/duration/tests/results/survival_data_1000_10.csv [new file with mode: 0644]
statsmodels/duration/tests/results/survival_data_100_5.csv [new file with mode: 0644]
statsmodels/duration/tests/results/survival_data_20_1.csv [new file with mode: 0644]
statsmodels/duration/tests/results/survival_data_50_1.csv [new file with mode: 0644]
statsmodels/duration/tests/results/survival_data_50_2.csv [new file with mode: 0644]
statsmodels/duration/tests/survival.R [new file with mode: 0644]
statsmodels/duration/tests/survival_enet_r_results.py [new file with mode: 0644]
statsmodels/duration/tests/survival_r_results.py [new file with mode: 0644]
statsmodels/duration/tests/survival_regularized.R [new file with mode: 0644]
statsmodels/duration/tests/test_phreg.py [new file with mode: 0644]
statsmodels/duration/tests/test_survfunc.py [new file with mode: 0644]
statsmodels/emplike/__init__.py [new file with mode: 0644]
statsmodels/emplike/aft_el.py [new file with mode: 0644]
statsmodels/emplike/api.py [new file with mode: 0644]
statsmodels/emplike/descriptive.py [new file with mode: 0644]
statsmodels/emplike/elanova.py [new file with mode: 0644]
statsmodels/emplike/elregress.py [new file with mode: 0644]
statsmodels/emplike/heartdata.csv [new file with mode: 0644]
statsmodels/emplike/koul_and_mc.py [new file with mode: 0644]
statsmodels/emplike/originregress.py [new file with mode: 0644]
statsmodels/emplike/tests/__init__.py [new file with mode: 0644]
statsmodels/emplike/tests/results/__init__.py [new file with mode: 0644]
statsmodels/emplike/tests/results/el_results.py [new file with mode: 0644]
statsmodels/emplike/tests/test_aft.py [new file with mode: 0644]
statsmodels/emplike/tests/test_anova.py [new file with mode: 0644]
statsmodels/emplike/tests/test_descriptive.py [new file with mode: 0644]
statsmodels/emplike/tests/test_origin.py [new file with mode: 0644]
statsmodels/emplike/tests/test_regression.py [new file with mode: 0644]
statsmodels/examples/es_misc_poisson2.py [new file with mode: 0644]
statsmodels/examples/ex_arch_canada.py [new file with mode: 0644]
statsmodels/examples/ex_emplike_1.py [new file with mode: 0644]
statsmodels/examples/ex_emplike_2.py [new file with mode: 0644]
statsmodels/examples/ex_emplike_3.py [new file with mode: 0644]
statsmodels/examples/ex_feasible_gls_het.py [new file with mode: 0644]
statsmodels/examples/ex_feasible_gls_het_0.py [new file with mode: 0644]
statsmodels/examples/ex_generic_mle.py [new file with mode: 0644]
statsmodels/examples/ex_generic_mle_t.py [new file with mode: 0644]
statsmodels/examples/ex_generic_mle_tdist.py [new file with mode: 0644]
statsmodels/examples/ex_grangercausality.py [new file with mode: 0644]
statsmodels/examples/ex_inter_rater.py [new file with mode: 0644]
statsmodels/examples/ex_kde_confint.py [new file with mode: 0644]
statsmodels/examples/ex_kde_normalreference.py [new file with mode: 0644]
statsmodels/examples/ex_kernel_regression.py [new file with mode: 0644]
statsmodels/examples/ex_kernel_regression2.py [new file with mode: 0644]
statsmodels/examples/ex_kernel_regression3.py [new file with mode: 0644]
statsmodels/examples/ex_kernel_regression_censored2.py [new file with mode: 0644]
statsmodels/examples/ex_kernel_regression_dgp.py [new file with mode: 0644]
statsmodels/examples/ex_kernel_regression_sigtest.py [new file with mode: 0644]
statsmodels/examples/ex_kernel_semilinear_dgp.py [new file with mode: 0644]
statsmodels/examples/ex_kernel_singleindex_dgp.py [new file with mode: 0644]
statsmodels/examples/ex_kernel_test_functional.py [new file with mode: 0644]
statsmodels/examples/ex_kernel_test_functional_li_wang.py [new file with mode: 0644]
statsmodels/examples/ex_lowess.py [new file with mode: 0644]
statsmodels/examples/ex_misc_tarma.py [new file with mode: 0644]
statsmodels/examples/ex_misc_tmodel.py [new file with mode: 0644]
statsmodels/examples/ex_multivar_kde.py [new file with mode: 0644]
statsmodels/examples/ex_nearest_corr.py [new file with mode: 0644]
statsmodels/examples/ex_ols_robustcov.py [new file with mode: 0644]
statsmodels/examples/ex_outliers_influence.py [new file with mode: 0644]
statsmodels/examples/ex_pairwise.py [new file with mode: 0644]
statsmodels/examples/ex_pandas.py [new file with mode: 0644]
statsmodels/examples/ex_pareto_plot.py [new file with mode: 0644]
statsmodels/examples/ex_predict_results.py [new file with mode: 0644]
statsmodels/examples/ex_proportion.py [new file with mode: 0644]
statsmodels/examples/ex_regressionplots.py [new file with mode: 0644]
statsmodels/examples/ex_rootfinding.py [new file with mode: 0644]
statsmodels/examples/ex_sandwich.py [new file with mode: 0644]
statsmodels/examples/ex_sandwich2.py [new file with mode: 0644]
statsmodels/examples/ex_sandwich3.py [new file with mode: 0644]
statsmodels/examples/ex_scatter_ellipse.py [new file with mode: 0644]
statsmodels/examples/ex_shrink_pickle.py [new file with mode: 0644]
statsmodels/examples/ex_univar_kde.py [new file with mode: 0644]
statsmodels/examples/ex_wald_anova.py [new file with mode: 0644]
statsmodels/examples/example_discrete_mnl.py [new file with mode: 0644]
statsmodels/examples/example_enhanced_boxplots.py [new file with mode: 0644]
statsmodels/examples/example_functional_plots.py [new file with mode: 0644]
statsmodels/examples/example_kde.py [new file with mode: 0644]
statsmodels/examples/example_ols_minimal_comp.py [new file with mode: 0644]
statsmodels/examples/example_rpy.py [new file with mode: 0644]
statsmodels/examples/l1_demo/demo.py [new file with mode: 0644]
statsmodels/examples/l1_demo/short_demo.py [new file with mode: 0644]
statsmodels/examples/l1_demo/sklearn_compare.py [new file with mode: 0644]
statsmodels/examples/run_all.py [new file with mode: 0644]
statsmodels/examples/t_est_rlm.py [new file with mode: 0644]
statsmodels/examples/try_2regress.py [new file with mode: 0644]
statsmodels/examples/try_fit_constrained.py [new file with mode: 0644]
statsmodels/examples/try_gee.py [new file with mode: 0644]
statsmodels/examples/try_gof_chisquare.py [new file with mode: 0644]
statsmodels/examples/try_polytrend.py [new file with mode: 0644]
statsmodels/examples/try_power.py [new file with mode: 0644]
statsmodels/examples/try_power2.py [new file with mode: 0644]
statsmodels/examples/try_tukey_hsd.py [new file with mode: 0644]
statsmodels/examples/tsa/ar1cholesky.py [new file with mode: 0644]
statsmodels/examples/tsa/arma_plots.py [new file with mode: 0644]
statsmodels/examples/tsa/compare_arma.py [new file with mode: 0644]
statsmodels/examples/tsa/ex_arma.py [new file with mode: 0644]
statsmodels/examples/tsa/ex_arma_all.py [new file with mode: 0644]
statsmodels/examples/tsa/ex_coint.py [new file with mode: 0644]
statsmodels/examples/tsa/ex_var.py [new file with mode: 0644]
statsmodels/examples/tsa/ex_var_reorder.py [new file with mode: 0644]
statsmodels/examples/tsa/lagpolynomial.py [new file with mode: 0644]
statsmodels/examples/tsa/try_ar.py [new file with mode: 0644]
statsmodels/examples/tut_ols_ancova.py [new file with mode: 0644]
statsmodels/examples/tut_ols_rlm_short.py [new file with mode: 0644]
statsmodels/formula/__init__.py [new file with mode: 0644]
statsmodels/formula/api.py [new file with mode: 0644]
statsmodels/formula/formulatools.py [new file with mode: 0644]
statsmodels/formula/tests/__init__.py [new file with mode: 0644]
statsmodels/formula/tests/test_formula.py [new file with mode: 0644]
statsmodels/genmod/__init__.py [new file with mode: 0644]
statsmodels/genmod/_prediction.py [new file with mode: 0644]
statsmodels/genmod/_tweedie_compound_poisson.py [new file with mode: 0644]
statsmodels/genmod/api.py [new file with mode: 0644]
statsmodels/genmod/cov_struct.py [new file with mode: 0644]
statsmodels/genmod/families/__init__.py [new file with mode: 0644]
statsmodels/genmod/families/family.py [new file with mode: 0644]
statsmodels/genmod/families/links.py [new file with mode: 0644]
statsmodels/genmod/families/tests/__init__.py [new file with mode: 0644]
statsmodels/genmod/families/tests/test_link.py [new file with mode: 0644]
statsmodels/genmod/families/varfuncs.py [new file with mode: 0644]
statsmodels/genmod/generalized_estimating_equations.py [new file with mode: 0644]
statsmodels/genmod/generalized_linear_model.py [new file with mode: 0644]
statsmodels/genmod/tests/__init__.py [new file with mode: 0644]
statsmodels/genmod/tests/gee_categorical_simulation_check.py [new file with mode: 0644]
statsmodels/genmod/tests/gee_categorical_simulation_check.txt [new file with mode: 0644]
statsmodels/genmod/tests/gee_gaussian_simulation_check.py [new file with mode: 0644]
statsmodels/genmod/tests/gee_gaussian_simulation_check.txt [new file with mode: 0644]
statsmodels/genmod/tests/gee_poisson_simulation_check.py [new file with mode: 0644]
statsmodels/genmod/tests/gee_poisson_simulation_check.txt [new file with mode: 0644]
statsmodels/genmod/tests/gee_simulation_check.py [new file with mode: 0644]
statsmodels/genmod/tests/glmnet_r_results.py [new file with mode: 0644]
statsmodels/genmod/tests/results/__init__.py [new file with mode: 0644]
statsmodels/genmod/tests/results/elastic_net.R [new file with mode: 0644]
statsmodels/genmod/tests/results/elastic_net_generate_tests.py [new file with mode: 0644]
statsmodels/genmod/tests/results/enet_binomial.csv [new file with mode: 0644]
statsmodels/genmod/tests/results/enet_poisson.csv [new file with mode: 0644]
statsmodels/genmod/tests/results/epil.csv [new file with mode: 0644]
statsmodels/genmod/tests/results/gee_generate_tests.py [new file with mode: 0644]
statsmodels/genmod/tests/results/gee_linear_1.csv [new file with mode: 0644]
statsmodels/genmod/tests/results/gee_logistic_1.csv [new file with mode: 0644]
statsmodels/genmod/tests/results/gee_nested_linear_1.csv [new file with mode: 0644]
statsmodels/genmod/tests/results/gee_nominal_1.csv [new file with mode: 0644]
statsmodels/genmod/tests/results/gee_ordinal_1.csv [new file with mode: 0644]
statsmodels/genmod/tests/results/gee_poisson_1.csv [new file with mode: 0644]
statsmodels/genmod/tests/results/glm_test_resids.py [new file with mode: 0644]
statsmodels/genmod/tests/results/igaussident_resids.csv [new file with mode: 0644]
statsmodels/genmod/tests/results/inv_gaussian.csv [new file with mode: 0644]
statsmodels/genmod/tests/results/iris.csv [new file with mode: 0644]
statsmodels/genmod/tests/results/medparlogresids.csv [new file with mode: 0644]
statsmodels/genmod/tests/results/poisson_weights_v2.do [new file with mode: 0644]
statsmodels/genmod/tests/results/results_glm.py [new file with mode: 0644]
statsmodels/genmod/tests/results/results_glm_poisson_weights.py [new file with mode: 0644]
statsmodels/genmod/tests/results/stata_cancer_glm.csv [new file with mode: 0644]
statsmodels/genmod/tests/results/stata_lbw_glm.csv [new file with mode: 0644]
statsmodels/genmod/tests/results/stata_medpar1_glm.csv [new file with mode: 0644]
statsmodels/genmod/tests/test_gee.py [new file with mode: 0644]
statsmodels/genmod/tests/test_glm.py [new file with mode: 0644]
statsmodels/genmod/tests/test_glm_weights.py [new file with mode: 0644]
statsmodels/graphics/__init__.py [new file with mode: 0644]
statsmodels/graphics/_regressionplots_doc.py [new file with mode: 0644]
statsmodels/graphics/api.py [new file with mode: 0644]
statsmodels/graphics/boxplots.py [new file with mode: 0644]
statsmodels/graphics/correlation.py [new file with mode: 0644]
statsmodels/graphics/dotplots.py [new file with mode: 0644]
statsmodels/graphics/factorplots.py [new file with mode: 0644]
statsmodels/graphics/functional.py [new file with mode: 0644]
statsmodels/graphics/gofplots.py [new file with mode: 0644]
statsmodels/graphics/mosaicplot.py [new file with mode: 0644]
statsmodels/graphics/plot_grids.py [new file with mode: 0644]
statsmodels/graphics/plottools.py [new file with mode: 0644]
statsmodels/graphics/regressionplots.py [new file with mode: 0644]
statsmodels/graphics/tests/__init__.py [new file with mode: 0644]
statsmodels/graphics/tests/test_boxplots.py [new file with mode: 0644]
statsmodels/graphics/tests/test_correlation.py [new file with mode: 0644]
statsmodels/graphics/tests/test_dotplot.py [new file with mode: 0644]
statsmodels/graphics/tests/test_factorplots.py [new file with mode: 0644]
statsmodels/graphics/tests/test_functional.py [new file with mode: 0644]
statsmodels/graphics/tests/test_gofplots.py [new file with mode: 0644]
statsmodels/graphics/tests/test_mosaicplot.py [new file with mode: 0644]
statsmodels/graphics/tests/test_regressionplots.py [new file with mode: 0644]
statsmodels/graphics/tests/test_tsaplots.py [new file with mode: 0644]
statsmodels/graphics/tsaplots.py [new file with mode: 0644]
statsmodels/graphics/tukeyplot.py [new file with mode: 0644]
statsmodels/graphics/utils.py [new file with mode: 0644]
statsmodels/imputation/__init__.py [new file with mode: 0644]
statsmodels/imputation/mice.py [new file with mode: 0644]
statsmodels/imputation/ros.py [new file with mode: 0644]
statsmodels/imputation/tests/__init__.py [new file with mode: 0644]
statsmodels/imputation/tests/test_mice.py [new file with mode: 0644]
statsmodels/imputation/tests/test_ros.py [new file with mode: 0644]
statsmodels/info.py [new file with mode: 0644]
statsmodels/interface/__init__.py [new file with mode: 0644]
statsmodels/iolib/__init__.py [new file with mode: 0644]
statsmodels/iolib/api.py [new file with mode: 0644]
statsmodels/iolib/foreign.py [new file with mode: 0644]
statsmodels/iolib/notes_table_update.txt [new file with mode: 0644]
statsmodels/iolib/openfile.py [new file with mode: 0644]
statsmodels/iolib/smpickle.py [new file with mode: 0644]
statsmodels/iolib/stata_summary_examples.py [new file with mode: 0644]
statsmodels/iolib/summary.py [new file with mode: 0644]
statsmodels/iolib/summary2.py [new file with mode: 0644]
statsmodels/iolib/table.py [new file with mode: 0644]
statsmodels/iolib/tableformatting.py [new file with mode: 0644]
statsmodels/iolib/tests/__init__.py [new file with mode: 0644]
statsmodels/iolib/tests/gen_dates.do [new file with mode: 0644]
statsmodels/iolib/tests/results/__init__.py [new file with mode: 0644]
statsmodels/iolib/tests/results/data_missing.dta [new file with mode: 0644]
statsmodels/iolib/tests/results/macrodata.py [new file with mode: 0644]
statsmodels/iolib/tests/results/time_series_examples.dta [new file with mode: 0644]
statsmodels/iolib/tests/stata_dates.csv [new file with mode: 0644]
statsmodels/iolib/tests/test_data.csv [new file with mode: 0644]
statsmodels/iolib/tests/test_foreign.py [new file with mode: 0644]
statsmodels/iolib/tests/test_pickle.py [new file with mode: 0644]
statsmodels/iolib/tests/test_summary.py [new file with mode: 0644]
statsmodels/iolib/tests/test_summary_old.py [new file with mode: 0644]
statsmodels/iolib/tests/test_table.py [new file with mode: 0644]
statsmodels/iolib/tests/test_table_econpy.py [new file with mode: 0644]
statsmodels/miscmodels/__init__.py [new file with mode: 0644]
statsmodels/miscmodels/api.py [new file with mode: 0644]
statsmodels/miscmodels/count.py [new file with mode: 0644]
statsmodels/miscmodels/nonlinls.py [new file with mode: 0644]
statsmodels/miscmodels/tests/__init__.py [new file with mode: 0644]
statsmodels/miscmodels/tests/results_tmodel.py [new file with mode: 0644]
statsmodels/miscmodels/tests/test_generic_mle.py [new file with mode: 0644]
statsmodels/miscmodels/tests/test_poisson.py [new file with mode: 0644]
statsmodels/miscmodels/tests/test_tarma.py [new file with mode: 0644]
statsmodels/miscmodels/tests/test_tmodel.py [new file with mode: 0644]
statsmodels/miscmodels/tmodel.py [new file with mode: 0644]
statsmodels/miscmodels/try_mlecov.py [new file with mode: 0644]
statsmodels/multivariate/__init__.py [new file with mode: 0644]
statsmodels/multivariate/pca.py [new file with mode: 0644]
statsmodels/multivariate/tests/__init__.py [new file with mode: 0644]
statsmodels/multivariate/tests/results/__init__.py [new file with mode: 0644]
statsmodels/multivariate/tests/results/datamlw.py [new file with mode: 0644]
statsmodels/multivariate/tests/test_pca.py [new file with mode: 0644]
statsmodels/nonparametric/__init__.py [new file with mode: 0644]
statsmodels/nonparametric/_kernel_base.py [new file with mode: 0644]
statsmodels/nonparametric/_smoothers_lowess.pyx [new file with mode: 0644]
statsmodels/nonparametric/api.py [new file with mode: 0644]
statsmodels/nonparametric/bandwidths.py [new file with mode: 0644]
statsmodels/nonparametric/kde.py [new file with mode: 0644]
statsmodels/nonparametric/kdetools.py [new file with mode: 0644]
statsmodels/nonparametric/kernel_density.py [new file with mode: 0644]
statsmodels/nonparametric/kernel_regression.py [new file with mode: 0644]
statsmodels/nonparametric/kernels.py [new file with mode: 0644]
statsmodels/nonparametric/linbin.pyx [new file with mode: 0644]
statsmodels/nonparametric/smoothers_lowess.py [new file with mode: 0644]
statsmodels/nonparametric/smoothers_lowess_old.py [new file with mode: 0644]
statsmodels/nonparametric/tests/Xi_test_data.csv [new file with mode: 0644]
statsmodels/nonparametric/tests/__init__.py [new file with mode: 0644]
statsmodels/nonparametric/tests/results/__init__.py [new file with mode: 0644]
statsmodels/nonparametric/tests/results/results_kcde.csv [new file with mode: 0644]
statsmodels/nonparametric/tests/results/results_kde.csv [new file with mode: 0644]
statsmodels/nonparametric/tests/results/results_kde_fft.csv [new file with mode: 0644]
statsmodels/nonparametric/tests/results/results_kde_univ_weights.csv [new file with mode: 0644]
statsmodels/nonparametric/tests/results/results_kde_weights.csv [new file with mode: 0644]
statsmodels/nonparametric/tests/results/results_kernel_regression.csv [new file with mode: 0644]
statsmodels/nonparametric/tests/results/test_lowess_delta.csv [new file with mode: 0644]
statsmodels/nonparametric/tests/results/test_lowess_frac.csv [new file with mode: 0644]
statsmodels/nonparametric/tests/results/test_lowess_iter.csv [new file with mode: 0644]
statsmodels/nonparametric/tests/results/test_lowess_r_outputs.R [new file with mode: 0644]
statsmodels/nonparametric/tests/results/test_lowess_simple.csv [new file with mode: 0644]
statsmodels/nonparametric/tests/test_bandwidths.py [new file with mode: 0644]
statsmodels/nonparametric/tests/test_kde.py [new file with mode: 0644]
statsmodels/nonparametric/tests/test_kernel_density.py [new file with mode: 0644]
statsmodels/nonparametric/tests/test_kernel_regression.py [new file with mode: 0644]
statsmodels/nonparametric/tests/test_kernels.py [new file with mode: 0644]
statsmodels/nonparametric/tests/test_lowess.py [new file with mode: 0644]
statsmodels/regression/__init__.py [new file with mode: 0644]
statsmodels/regression/_prediction.py [new file with mode: 0644]
statsmodels/regression/feasible_gls.py [new file with mode: 0644]
statsmodels/regression/linear_model.py [new file with mode: 0644]
statsmodels/regression/mixed_linear_model.py [new file with mode: 0644]
statsmodels/regression/quantile_regression.py [new file with mode: 0644]
statsmodels/regression/recursive_ls.py [new file with mode: 0644]
statsmodels/regression/tests/__init__.py [new file with mode: 0644]
statsmodels/regression/tests/generate_lasso.py [new file with mode: 0644]
statsmodels/regression/tests/generate_lme.py [new file with mode: 0644]
statsmodels/regression/tests/glmnet_r_results.py [new file with mode: 0644]
statsmodels/regression/tests/lasso_r_results.R [new file with mode: 0644]
statsmodels/regression/tests/lme_examples.R [new file with mode: 0644]
statsmodels/regression/tests/lme_r_results.py [new file with mode: 0644]
statsmodels/regression/tests/lme_results.R [new file with mode: 0644]
statsmodels/regression/tests/results/__init__.py [new file with mode: 0644]
statsmodels/regression/tests/results/lasso_data.csv [new file with mode: 0644]
statsmodels/regression/tests/results/leverage_influence_ols_nostars.txt [new file with mode: 0644]
statsmodels/regression/tests/results/lme00.csv [new file with mode: 0644]
statsmodels/regression/tests/results/lme01.csv [new file with mode: 0644]
statsmodels/regression/tests/results/lme02.csv [new file with mode: 0644]
statsmodels/regression/tests/results/lme03.csv [new file with mode: 0644]
statsmodels/regression/tests/results/lme04.csv [new file with mode: 0644]
statsmodels/regression/tests/results/lme05.csv [new file with mode: 0644]
statsmodels/regression/tests/results/lme06.csv [new file with mode: 0644]
statsmodels/regression/tests/results/lme07.csv [new file with mode: 0644]
statsmodels/regression/tests/results/lme08.csv [new file with mode: 0644]
statsmodels/regression/tests/results/lme09.csv [new file with mode: 0644]
statsmodels/regression/tests/results/lme10.csv [new file with mode: 0644]
statsmodels/regression/tests/results/lme11.csv [new file with mode: 0644]
statsmodels/regression/tests/results/macro_gr_corc_stata.py [new file with mode: 0644]
statsmodels/regression/tests/results/pastes.csv [new file with mode: 0644]
statsmodels/regression/tests/results/results_grunfeld_ols_robust_cluster.py [new file with mode: 0644]
statsmodels/regression/tests/results/results_macro_ols_robust.py [new file with mode: 0644]
statsmodels/regression/tests/results/results_regression.py [new file with mode: 0644]
statsmodels/regression/tests/results/results_rls_R.csv [new file with mode: 0644]
statsmodels/regression/tests/results/results_rls_stata.csv [new file with mode: 0644]
statsmodels/regression/tests/results/test_rls.R [new file with mode: 0644]
statsmodels/regression/tests/results/test_rls.do [new file with mode: 0644]
statsmodels/regression/tests/results_quantile_regression.py [new file with mode: 0644]
statsmodels/regression/tests/test_cov.py [new file with mode: 0644]
statsmodels/regression/tests/test_glsar_gretl.py [new file with mode: 0644]
statsmodels/regression/tests/test_glsar_stata.py [new file with mode: 0644]
statsmodels/regression/tests/test_lme.py [new file with mode: 0644]
statsmodels/regression/tests/test_quantile_regression.py [new file with mode: 0644]
statsmodels/regression/tests/test_recursive_ls.py [new file with mode: 0644]
statsmodels/regression/tests/test_regression.py [new file with mode: 0644]
statsmodels/regression/tests/test_robustcov.py [new file with mode: 0644]
statsmodels/regression/tests/tests_predict.py [new file with mode: 0644]
statsmodels/resampling/__init__.py [new file with mode: 0644]
statsmodels/robust/__init__.py [new file with mode: 0644]
statsmodels/robust/norms.py [new file with mode: 0644]
statsmodels/robust/robust_linear_model.py [new file with mode: 0644]
statsmodels/robust/scale.py [new file with mode: 0644]
statsmodels/robust/tests/__init__.py [new file with mode: 0644]
statsmodels/robust/tests/results/__init__.py [new file with mode: 0644]
statsmodels/robust/tests/results/results_rlm.py [new file with mode: 0644]
statsmodels/robust/tests/test_rlm.py [new file with mode: 0644]
statsmodels/robust/tests/test_scale.py [new file with mode: 0644]
statsmodels/sandbox/__init__.py [new file with mode: 0644]
statsmodels/sandbox/archive/__init__.py [new file with mode: 0644]
statsmodels/sandbox/archive/linalg_covmat.py [new file with mode: 0644]
statsmodels/sandbox/archive/linalg_decomp_1.py [new file with mode: 0644]
statsmodels/sandbox/archive/tsa.py [new file with mode: 0644]
statsmodels/sandbox/bspline.py [new file with mode: 0644]
statsmodels/sandbox/contrast_old.py [new file with mode: 0644]
statsmodels/sandbox/cox.py [new file with mode: 0644]
statsmodels/sandbox/datarich/__init__.py [new file with mode: 0644]
statsmodels/sandbox/datarich/factormodels.py [new file with mode: 0644]
statsmodels/sandbox/dataset_notes.rst [new file with mode: 0644]
statsmodels/sandbox/descstats.py [new file with mode: 0644]
statsmodels/sandbox/distributions/__init__.py [new file with mode: 0644]
statsmodels/sandbox/distributions/copula.py [new file with mode: 0644]
statsmodels/sandbox/distributions/estimators.py [new file with mode: 0644]
statsmodels/sandbox/distributions/examples/__init__.py [new file with mode: 0644]
statsmodels/sandbox/distributions/examples/ex_extras.py [new file with mode: 0644]
statsmodels/sandbox/distributions/examples/ex_fitfr.py [new file with mode: 0644]
statsmodels/sandbox/distributions/examples/ex_gof.py [new file with mode: 0644]
statsmodels/sandbox/distributions/examples/ex_mvelliptical.py [new file with mode: 0644]
statsmodels/sandbox/distributions/examples/ex_transf2.py [new file with mode: 0644]
statsmodels/sandbox/distributions/examples/matchdist.py [new file with mode: 0644]
statsmodels/sandbox/distributions/extras.py [new file with mode: 0644]
statsmodels/sandbox/distributions/genpareto.py [new file with mode: 0644]
statsmodels/sandbox/distributions/gof_new.py [new file with mode: 0644]
statsmodels/sandbox/distributions/multivariate.py [new file with mode: 0644]
statsmodels/sandbox/distributions/mv_measures.py [new file with mode: 0644]
statsmodels/sandbox/distributions/mv_normal.py [new file with mode: 0644]
statsmodels/sandbox/distributions/otherdist.py [new file with mode: 0644]
statsmodels/sandbox/distributions/quantize.py [new file with mode: 0644]
statsmodels/sandbox/distributions/sppatch.py [new file with mode: 0644]
statsmodels/sandbox/distributions/tests/__init__.py [new file with mode: 0644]
statsmodels/sandbox/distributions/tests/_est_fit.py [new file with mode: 0644]
statsmodels/sandbox/distributions/tests/check_moments.py [new file with mode: 0644]
statsmodels/sandbox/distributions/tests/distparams.py [new file with mode: 0644]
statsmodels/sandbox/distributions/tests/test_extras.py [new file with mode: 0644]
statsmodels/sandbox/distributions/tests/test_multivariate.py [new file with mode: 0644]
statsmodels/sandbox/distributions/tests/test_norm_expan.py [new file with mode: 0644]
statsmodels/sandbox/distributions/tests/testtransf.py [new file with mode: 0644]
statsmodels/sandbox/distributions/transform_functions.py [new file with mode: 0644]
statsmodels/sandbox/distributions/transformed.py [new file with mode: 0644]
statsmodels/sandbox/distributions/try_max.py [new file with mode: 0644]
statsmodels/sandbox/distributions/try_pot.py [new file with mode: 0644]
statsmodels/sandbox/examples/bayesprior.py [new file with mode: 0644]
statsmodels/sandbox/examples/dji_table.csv [new file with mode: 0644]
statsmodels/sandbox/examples/ex_cusum.py [new file with mode: 0644]
statsmodels/sandbox/examples/ex_formula.py [new file with mode: 0644]
statsmodels/sandbox/examples/ex_formula_factor.py [new file with mode: 0644]
statsmodels/sandbox/examples/ex_gam_results.py [new file with mode: 0644]
statsmodels/sandbox/examples/ex_kaplan_meier.py [new file with mode: 0644]
statsmodels/sandbox/examples/ex_mixed_lls_0.py [new file with mode: 0644]
statsmodels/sandbox/examples/ex_mixed_lls_re.py [new file with mode: 0644]
statsmodels/sandbox/examples/ex_mixed_lls_timecorr.py [new file with mode: 0644]
statsmodels/sandbox/examples/ex_onewaygls.py [new file with mode: 0644]
statsmodels/sandbox/examples/ex_random_panel.py [new file with mode: 0644]
statsmodels/sandbox/examples/example_crossval.py [new file with mode: 0644]
statsmodels/sandbox/examples/example_gam.py [new file with mode: 0644]
statsmodels/sandbox/examples/example_gam_0.py [new file with mode: 0644]
statsmodels/sandbox/examples/example_garch.py [new file with mode: 0644]
statsmodels/sandbox/examples/example_maxent.py [new file with mode: 0644]
statsmodels/sandbox/examples/example_mle.py [new file with mode: 0644]
statsmodels/sandbox/examples/example_nbin.py [new file with mode: 0644]
statsmodels/sandbox/examples/example_pca.py [new file with mode: 0644]
statsmodels/sandbox/examples/example_pca_regression.py [new file with mode: 0644]
statsmodels/sandbox/examples/example_sysreg.py [new file with mode: 0644]
statsmodels/sandbox/examples/gspc_table.csv [new file with mode: 0644]
statsmodels/sandbox/examples/run_all.py [new file with mode: 0644]
statsmodels/sandbox/examples/thirdparty/ex_ratereturn.py [new file with mode: 0644]
statsmodels/sandbox/examples/thirdparty/findow_0.py [new file with mode: 0644]
statsmodels/sandbox/examples/thirdparty/findow_1.py [new file with mode: 0644]
statsmodels/sandbox/examples/thirdparty/try_interchange.py [new file with mode: 0644]
statsmodels/sandbox/examples/try_gmm_other.py [new file with mode: 0644]
statsmodels/sandbox/examples/try_multiols.py [new file with mode: 0644]
statsmodels/sandbox/examples/try_quantile_regression.py [new file with mode: 0644]
statsmodels/sandbox/examples/try_quantile_regression1.py [new file with mode: 0644]
statsmodels/sandbox/examples/try_smoothers.py [new file with mode: 0644]
statsmodels/sandbox/formula.py [new file with mode: 0644]
statsmodels/sandbox/gam.py [new file with mode: 0644]
statsmodels/sandbox/infotheo.py [new file with mode: 0644]
statsmodels/sandbox/km_class.py [new file with mode: 0644]
statsmodels/sandbox/mcevaluate/__init__.py [new file with mode: 0644]
statsmodels/sandbox/mcevaluate/arma.py [new file with mode: 0644]
statsmodels/sandbox/mcevaluate/mcresuts_arma1.txt [new file with mode: 0644]
statsmodels/sandbox/mle.py [new file with mode: 0644]
statsmodels/sandbox/mlogitmath.lyx [new file with mode: 0644]
statsmodels/sandbox/multilinear.py [new file with mode: 0644]
statsmodels/sandbox/nonparametric/__init__.py [new file with mode: 0644]
statsmodels/sandbox/nonparametric/densityorthopoly.py [new file with mode: 0644]
statsmodels/sandbox/nonparametric/dgp_examples.py [new file with mode: 0644]
statsmodels/sandbox/nonparametric/kde2.py [new file with mode: 0644]
statsmodels/sandbox/nonparametric/kdecovclass.py [new file with mode: 0644]
statsmodels/sandbox/nonparametric/kernel_extras.py [new file with mode: 0644]
statsmodels/sandbox/nonparametric/kernels.py [new file with mode: 0644]
statsmodels/sandbox/nonparametric/smoothers.py [new file with mode: 0644]
statsmodels/sandbox/nonparametric/testdata.py [new file with mode: 0644]
statsmodels/sandbox/nonparametric/tests/__init__.py [new file with mode: 0644]
statsmodels/sandbox/nonparametric/tests/ex_gam_am_new.py [new file with mode: 0644]
statsmodels/sandbox/nonparametric/tests/ex_gam_new.py [new file with mode: 0644]
statsmodels/sandbox/nonparametric/tests/ex_smoothers.py [new file with mode: 0644]
statsmodels/sandbox/nonparametric/tests/test_kernel_extras.py [new file with mode: 0644]
statsmodels/sandbox/nonparametric/tests/test_smoothers.py [new file with mode: 0644]
statsmodels/sandbox/nos4.mtx [new file with mode: 0644]
statsmodels/sandbox/panel/__init__.py [new file with mode: 0644]
statsmodels/sandbox/panel/correlation_structures.py [new file with mode: 0644]
statsmodels/sandbox/panel/mixed.py [new file with mode: 0644]
statsmodels/sandbox/panel/panel_short.py [new file with mode: 0644]
statsmodels/sandbox/panel/panelmod.py [new file with mode: 0644]
statsmodels/sandbox/panel/random_panel.py [new file with mode: 0644]
statsmodels/sandbox/panel/sandwich_covariance.py [new file with mode: 0644]
statsmodels/sandbox/panel/sandwich_covariance_generic.py [new file with mode: 0644]
statsmodels/sandbox/panel/tests/__init__.py [new file with mode: 0644]
statsmodels/sandbox/panel/tests/test_random_panel.py [new file with mode: 0644]
statsmodels/sandbox/pca.py [new file with mode: 0644]
statsmodels/sandbox/predict_functional.py [new file with mode: 0644]
statsmodels/sandbox/regression/__init__.py [new file with mode: 0644]
statsmodels/sandbox/regression/anova_nistcertified.py [new file with mode: 0644]
statsmodels/sandbox/regression/ar_panel.py [new file with mode: 0644]
statsmodels/sandbox/regression/data/AtmWtAg.dat [new file with mode: 0644]
statsmodels/sandbox/regression/data/Longley.dat [new file with mode: 0644]
statsmodels/sandbox/regression/data/SiRstv.dat [new file with mode: 0644]
statsmodels/sandbox/regression/data/SmLs01.dat [new file with mode: 0644]
statsmodels/sandbox/regression/data/SmLs02.dat [new file with mode: 0644]
statsmodels/sandbox/regression/data/SmLs03.dat [new file with mode: 0644]
statsmodels/sandbox/regression/data/SmLs04.dat [new file with mode: 0644]
statsmodels/sandbox/regression/data/SmLs05.dat [new file with mode: 0644]
statsmodels/sandbox/regression/data/SmLs06.dat [new file with mode: 0644]
statsmodels/sandbox/regression/data/SmLs07.dat [new file with mode: 0644]
statsmodels/sandbox/regression/data/SmLs08.dat [new file with mode: 0644]
statsmodels/sandbox/regression/data/SmLs09.dat [new file with mode: 0644]
statsmodels/sandbox/regression/example_kernridge.py [new file with mode: 0644]
statsmodels/sandbox/regression/gmm.py [new file with mode: 0644]
statsmodels/sandbox/regression/kernridgeregress_class.py [new file with mode: 0644]
statsmodels/sandbox/regression/notes_runmnl.txt [new file with mode: 0644]
statsmodels/sandbox/regression/ols_anova_original.py [new file with mode: 0644]
statsmodels/sandbox/regression/onewaygls.py [new file with mode: 0644]
statsmodels/sandbox/regression/penalized.py [new file with mode: 0644]
statsmodels/sandbox/regression/predstd.py [new file with mode: 0644]
statsmodels/sandbox/regression/runmnl.py [new file with mode: 0644]
statsmodels/sandbox/regression/sympy_diff.py [new file with mode: 0644]
statsmodels/sandbox/regression/tests/__init__.py [new file with mode: 0644]
statsmodels/sandbox/regression/tests/griliches76.dta [new file with mode: 0644]
statsmodels/sandbox/regression/tests/racd10data_with_transformed.csv [new file with mode: 0644]
statsmodels/sandbox/regression/tests/results_gmm_griliches.py [new file with mode: 0644]
statsmodels/sandbox/regression/tests/results_gmm_griliches_iter.py [new file with mode: 0644]
statsmodels/sandbox/regression/tests/results_gmm_poisson.py [new file with mode: 0644]
statsmodels/sandbox/regression/tests/results_ivreg2_griliches.py [new file with mode: 0644]
statsmodels/sandbox/regression/tests/test_gmm.py [new file with mode: 0644]
statsmodels/sandbox/regression/tests/test_gmm_poisson.py [new file with mode: 0644]
statsmodels/sandbox/regression/tools.py [new file with mode: 0644]
statsmodels/sandbox/regression/treewalkerclass.py [new file with mode: 0644]
statsmodels/sandbox/regression/try_catdata.py [new file with mode: 0644]
statsmodels/sandbox/regression/try_ols_anova.py [new file with mode: 0644]
statsmodels/sandbox/regression/try_treewalker.py [new file with mode: 0644]
statsmodels/sandbox/rls.py [new file with mode: 0644]
statsmodels/sandbox/rlsdata.txt [new file with mode: 0644]
statsmodels/sandbox/stats/__init__.py [new file with mode: 0644]
statsmodels/sandbox/stats/contrast_tools.py [new file with mode: 0644]
statsmodels/sandbox/stats/diagnostic.py [new file with mode: 0644]
statsmodels/sandbox/stats/ex_newtests.py [new file with mode: 0644]
statsmodels/sandbox/stats/multicomp.py [new file with mode: 0644]
statsmodels/sandbox/stats/notes_fdr.txt [new file with mode: 0644]
statsmodels/sandbox/stats/runs.py [new file with mode: 0644]
statsmodels/sandbox/stats/stats_dhuard.py [new file with mode: 0644]
statsmodels/sandbox/stats/stats_mstats_short.py [new file with mode: 0644]
statsmodels/sandbox/stats/tests/__init__.py [new file with mode: 0644]
statsmodels/sandbox/survival.py [new file with mode: 0644]
statsmodels/sandbox/survival2.py [new file with mode: 0644]
statsmodels/sandbox/sysreg.py [new file with mode: 0644]
statsmodels/sandbox/tests/GreeneEx15_1.s [new file with mode: 0644]
statsmodels/sandbox/tests/__init__.py [new file with mode: 0644]
statsmodels/sandbox/tests/datamlw.py [new file with mode: 0644]
statsmodels/sandbox/tests/macrodata.s [new file with mode: 0644]
statsmodels/sandbox/tests/maketests_mlabwrap.py [new file with mode: 0644]
statsmodels/sandbox/tests/model_results.py [new file with mode: 0644]
statsmodels/sandbox/tests/savervs.py [new file with mode: 0644]
statsmodels/sandbox/tests/sysreg.s [new file with mode: 0644]
statsmodels/sandbox/tests/test_bspline.py.txt [new file with mode: 0644]
statsmodels/sandbox/tests/test_formula.py [new file with mode: 0644]
statsmodels/sandbox/tests/test_gam.py [new file with mode: 0644]
statsmodels/sandbox/tests/test_pca.py [new file with mode: 0644]
statsmodels/sandbox/tests/test_predict_functional.py [new file with mode: 0644]
statsmodels/sandbox/tools/TODO.txt [new file with mode: 0644]
statsmodels/sandbox/tools/__init__.py [new file with mode: 0644]
statsmodels/sandbox/tools/cross_val.py [new file with mode: 0644]
statsmodels/sandbox/tools/mctools.py [new file with mode: 0644]
statsmodels/sandbox/tools/tools_pca.py [new file with mode: 0644]
statsmodels/sandbox/tools/try_mctools.py [new file with mode: 0644]
statsmodels/sandbox/tsa/__init__.py [new file with mode: 0644]
statsmodels/sandbox/tsa/diffusion.py [new file with mode: 0644]
statsmodels/sandbox/tsa/diffusion2.py [new file with mode: 0644]
statsmodels/sandbox/tsa/example_arma.py [new file with mode: 0644]
statsmodels/sandbox/tsa/examples/ex_mle_arma.py [new file with mode: 0644]
statsmodels/sandbox/tsa/examples/ex_mle_garch.py [new file with mode: 0644]
statsmodels/sandbox/tsa/examples/example_var.py [new file with mode: 0644]
statsmodels/sandbox/tsa/examples/try_ld_nitime.py [new file with mode: 0644]
statsmodels/sandbox/tsa/fftarma.py [new file with mode: 0644]
statsmodels/sandbox/tsa/garch.py [new file with mode: 0644]
statsmodels/sandbox/tsa/movstat.py [new file with mode: 0644]
statsmodels/sandbox/tsa/notes_organize.txt [new file with mode: 0644]
statsmodels/sandbox/tsa/try_arma_more.py [new file with mode: 0644]
statsmodels/sandbox/tsa/try_fi.py [new file with mode: 0644]
statsmodels/sandbox/tsa/try_var_convolve.py [new file with mode: 0644]
statsmodels/sandbox/tsa/varma.py [new file with mode: 0644]
statsmodels/sandbox/utils_old.py [new file with mode: 0644]
statsmodels/src/__init__.py [new file with mode: 0644]
statsmodels/src/blas_lapack.pxd [new file with mode: 0644]
statsmodels/src/bspline_ext.c [new file with mode: 0644]
statsmodels/src/bspline_impl.c [new file with mode: 0644]
statsmodels/src/capsule.h [new file with mode: 0644]
statsmodels/stats/__init__.py [new file with mode: 0644]
statsmodels/stats/_adnorm.py [new file with mode: 0644]
statsmodels/stats/_lilliefors.py [new file with mode: 0644]
statsmodels/stats/anova.py [new file with mode: 0644]
statsmodels/stats/api.py [new file with mode: 0644]
statsmodels/stats/base.py [new file with mode: 0644]
statsmodels/stats/contingency_tables.py [new file with mode: 0644]
statsmodels/stats/contrast.py [new file with mode: 0644]
statsmodels/stats/correlation_tools.py [new file with mode: 0644]
statsmodels/stats/descriptivestats.py [new file with mode: 0644]
statsmodels/stats/diagnostic.py [new file with mode: 0644]
statsmodels/stats/gof.py [new file with mode: 0644]
statsmodels/stats/inter_rater.py [new file with mode: 0644]
statsmodels/stats/libqsturng/CH.r [new file with mode: 0644]
statsmodels/stats/libqsturng/LICENSE.txt [new file with mode: 0644]
statsmodels/stats/libqsturng/__init__.py [new file with mode: 0644]
statsmodels/stats/libqsturng/make_tbls.py [new file with mode: 0644]
statsmodels/stats/libqsturng/qsturng_.py [new file with mode: 0644]
statsmodels/stats/libqsturng/tests/__init__.py [new file with mode: 0644]
statsmodels/stats/libqsturng/tests/bootleg.dat [new file with mode: 0644]
statsmodels/stats/libqsturng/tests/test_qsturng.py [new file with mode: 0644]
statsmodels/stats/mediation.py [new file with mode: 0644]
statsmodels/stats/moment_helpers.py [new file with mode: 0644]
statsmodels/stats/multicomp.py [new file with mode: 0644]
statsmodels/stats/multitest.py [new file with mode: 0644]
statsmodels/stats/multivariate_tools.py [new file with mode: 0644]
statsmodels/stats/outliers_influence.py [new file with mode: 0644]
statsmodels/stats/power.py [new file with mode: 0644]
statsmodels/stats/proportion.py [new file with mode: 0644]
statsmodels/stats/sandwich_covariance.py [new file with mode: 0644]
statsmodels/stats/stattools.py [new file with mode: 0644]
statsmodels/stats/tabledist.py [new file with mode: 0644]
statsmodels/stats/tests/__init__.py [new file with mode: 0644]
statsmodels/stats/tests/gen_contingency_table_tests.R [new file with mode: 0644]
statsmodels/stats/tests/results/__init__.py [new file with mode: 0644]
statsmodels/stats/tests/results/anova.R [new file with mode: 0644]
statsmodels/stats/tests/results/bootleg.csv [new file with mode: 0644]
statsmodels/stats/tests/results/contingency_table_r_results.csv [new file with mode: 0644]
statsmodels/stats/tests/results/data.dat [new file with mode: 0644]
statsmodels/stats/tests/results/framing.csv [new file with mode: 0644]
statsmodels/stats/tests/results/influence_lsdiag_R.json [new file with mode: 0644]
statsmodels/stats/tests/results/influence_measures_R.csv [new file with mode: 0644]
statsmodels/stats/tests/results/influence_measures_bool_R.csv [new file with mode: 0644]
statsmodels/stats/tests/results/results_multinomial_proportions.py [new file with mode: 0644]
statsmodels/stats/tests/results/results_panelrobust.py [new file with mode: 0644]
statsmodels/stats/tests/results/results_power.py [new file with mode: 0644]
statsmodels/stats/tests/results/results_proportion.py [new file with mode: 0644]
statsmodels/stats/tests/test_anova.py [new file with mode: 0644]
statsmodels/stats/tests/test_contingency_tables.py [new file with mode: 0644]
statsmodels/stats/tests/test_contrast.py [new file with mode: 0644]
statsmodels/stats/tests/test_corrpsd.py [new file with mode: 0644]
statsmodels/stats/tests/test_data.txt [new file with mode: 0644]
statsmodels/stats/tests/test_descriptivestats.py [new file with mode: 0644]
statsmodels/stats/tests/test_diagnostic.py [new file with mode: 0644]
statsmodels/stats/tests/test_gof.py [new file with mode: 0644]
statsmodels/stats/tests/test_groups_sw.py [new file with mode: 0644]
statsmodels/stats/tests/test_inter_rater.py [new file with mode: 0644]
statsmodels/stats/tests/test_mediation.py [new file with mode: 0644]
statsmodels/stats/tests/test_moment_helpers.py [new file with mode: 0644]
statsmodels/stats/tests/test_multi.py [new file with mode: 0644]
statsmodels/stats/tests/test_nonparametric.py [new file with mode: 0644]
statsmodels/stats/tests/test_pairwise.py [new file with mode: 0644]
statsmodels/stats/tests/test_panel_robustcov.py [new file with mode: 0644]
statsmodels/stats/tests/test_power.py [new file with mode: 0644]
statsmodels/stats/tests/test_proportion.py [new file with mode: 0644]
statsmodels/stats/tests/test_qsturng.py [new file with mode: 0644]
statsmodels/stats/tests/test_sandwich.py [new file with mode: 0644]
statsmodels/stats/tests/test_statstools.py [new file with mode: 0644]
statsmodels/stats/tests/test_tost.py [new file with mode: 0644]
statsmodels/stats/tests/test_weightstats.py [new file with mode: 0644]
statsmodels/stats/weightstats.py [new file with mode: 0644]
statsmodels/tools/__init__.py [new file with mode: 0644]
statsmodels/tools/_testing.py [new file with mode: 0644]
statsmodels/tools/catadd.py [new file with mode: 0644]
statsmodels/tools/data.py [new file with mode: 0644]
statsmodels/tools/decorators.py [new file with mode: 0644]
statsmodels/tools/dump2module.py [new file with mode: 0644]
statsmodels/tools/eval_measures.py [new file with mode: 0644]
statsmodels/tools/grouputils.py [new file with mode: 0644]
statsmodels/tools/linalg.py [new file with mode: 0644]
statsmodels/tools/numdiff.py [new file with mode: 0644]
statsmodels/tools/parallel.py [new file with mode: 0644]
statsmodels/tools/print_version.py [new file with mode: 0755]
statsmodels/tools/rootfinding.py [new file with mode: 0644]
statsmodels/tools/sm_exceptions.py [new file with mode: 0644]
statsmodels/tools/testing.py [new file with mode: 0644]
statsmodels/tools/tests/__init__.py [new file with mode: 0644]
statsmodels/tools/tests/test_catadd.py [new file with mode: 0644]
statsmodels/tools/tests/test_data.py [new file with mode: 0644]
statsmodels/tools/tests/test_eval_measures.py [new file with mode: 0644]
statsmodels/tools/tests/test_grouputils.py [new file with mode: 0644]
statsmodels/tools/tests/test_linalg.py [new file with mode: 0644]
statsmodels/tools/tests/test_numdiff.py [new file with mode: 0644]
statsmodels/tools/tests/test_parallel.py [new file with mode: 0644]
statsmodels/tools/tests/test_rootfinding.py [new file with mode: 0644]
statsmodels/tools/tests/test_tools.py [new file with mode: 0644]
statsmodels/tools/tests/test_transform_model.py [new file with mode: 0644]
statsmodels/tools/tests/test_web.py [new file with mode: 0644]
statsmodels/tools/tools.py [new file with mode: 0644]
statsmodels/tools/transform_model.py [new file with mode: 0644]
statsmodels/tools/web.py [new file with mode: 0644]
statsmodels/tools/wrappers.py [new file with mode: 0644]
statsmodels/tsa/__init__.py [new file with mode: 0644]
statsmodels/tsa/_bds.py [new file with mode: 0644]
statsmodels/tsa/adfvalues.py [new file with mode: 0644]
statsmodels/tsa/api.py [new file with mode: 0644]
statsmodels/tsa/ar_model.py [new file with mode: 0644]
statsmodels/tsa/arima_model.py [new file with mode: 0644]
statsmodels/tsa/arima_process.py [new file with mode: 0644]
statsmodels/tsa/arma_mle.py [new file with mode: 0644]
statsmodels/tsa/base/__init__.py [new file with mode: 0644]
statsmodels/tsa/base/datetools.py [new file with mode: 0644]
statsmodels/tsa/base/tests/__init__.py [new file with mode: 0644]
statsmodels/tsa/base/tests/test_base.py [new file with mode: 0644]
statsmodels/tsa/base/tests/test_datetools.py [new file with mode: 0644]
statsmodels/tsa/base/tsa_model.py [new file with mode: 0644]
statsmodels/tsa/descriptivestats.py [new file with mode: 0644]
statsmodels/tsa/filters/__init__.py [new file with mode: 0644]
statsmodels/tsa/filters/_utils.py [new file with mode: 0644]
statsmodels/tsa/filters/api.py [new file with mode: 0644]
statsmodels/tsa/filters/bk_filter.py [new file with mode: 0644]
statsmodels/tsa/filters/cf_filter.py [new file with mode: 0644]
statsmodels/tsa/filters/filtertools.py [new file with mode: 0644]
statsmodels/tsa/filters/hp_filter.py [new file with mode: 0644]
statsmodels/tsa/filters/tests/__init__.py [new file with mode: 0644]
statsmodels/tsa/filters/tests/results/__init__.py [new file with mode: 0644]
statsmodels/tsa/filters/tests/results/filter.R [new file with mode: 0644]
statsmodels/tsa/filters/tests/results/filter_results.py [new file with mode: 0644]
statsmodels/tsa/filters/tests/test_filters.py [new file with mode: 0644]
statsmodels/tsa/interp/__init__.py [new file with mode: 0644]
statsmodels/tsa/interp/denton.py [new file with mode: 0644]
statsmodels/tsa/interp/tests/__init__.py [new file with mode: 0644]
statsmodels/tsa/interp/tests/test_denton.py [new file with mode: 0644]
statsmodels/tsa/kalmanf/__init__.py [new file with mode: 0644]
statsmodels/tsa/kalmanf/kalman_loglike.pyx [new file with mode: 0644]
statsmodels/tsa/kalmanf/kalmanfilter.py [new file with mode: 0644]
statsmodels/tsa/mlemodel.py [new file with mode: 0644]
statsmodels/tsa/regime_switching/__init__.py [new file with mode: 0644]
statsmodels/tsa/regime_switching/_hamilton_filter.pyx.in [new file with mode: 0644]
statsmodels/tsa/regime_switching/markov_autoregression.py [new file with mode: 0644]
statsmodels/tsa/regime_switching/markov_regression.py [new file with mode: 0644]
statsmodels/tsa/regime_switching/markov_switching.py [new file with mode: 0644]
statsmodels/tsa/regime_switching/tests/__init__.py [new file with mode: 0644]
statsmodels/tsa/regime_switching/tests/results/__init__.py [new file with mode: 0644]
statsmodels/tsa/regime_switching/tests/results/mar_filardo.csv [new file with mode: 0644]
statsmodels/tsa/regime_switching/tests/results/results_predict_fedfunds.csv [new file with mode: 0644]
statsmodels/tsa/regime_switching/tests/results/results_predict_rgnp.csv [new file with mode: 0644]
statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py [new file with mode: 0644]
statsmodels/tsa/regime_switching/tests/test_markov_regression.py [new file with mode: 0644]
statsmodels/tsa/regime_switching/tests/test_markov_switching.py [new file with mode: 0644]
statsmodels/tsa/seasonal.py [new file with mode: 0644]
statsmodels/tsa/statespace/__init__.py [new file with mode: 0644]
statsmodels/tsa/statespace/_statespace.pyx.in [new file with mode: 0644]
statsmodels/tsa/statespace/api.py [new file with mode: 0644]
statsmodels/tsa/statespace/dynamic_factor.py [new file with mode: 0644]
statsmodels/tsa/statespace/kalman_filter.py [new file with mode: 0644]
statsmodels/tsa/statespace/kalman_smoother.py [new file with mode: 0644]
statsmodels/tsa/statespace/mlemodel.py [new file with mode: 0644]
statsmodels/tsa/statespace/representation.py [new file with mode: 0644]
statsmodels/tsa/statespace/sarimax.py [new file with mode: 0644]
statsmodels/tsa/statespace/structural.py [new file with mode: 0644]
statsmodels/tsa/statespace/tests/__init__.py [new file with mode: 0644]
statsmodels/tsa/statespace/tests/results/__init__.py [new file with mode: 0644]
statsmodels/tsa/statespace/tests/results/clark1989.csv [new file with mode: 0644]
statsmodels/tsa/statespace/tests/results/example_ssm_wpi1.m [new file with mode: 0644]
statsmodels/tsa/statespace/tests/results/manufac.dta [new file with mode: 0644]
statsmodels/tsa/statespace/tests/results/results_clark1989_R.csv [new file with mode: 0644]
statsmodels/tsa/statespace/tests/results/results_dynamic_factor.py [new file with mode: 0644]
statsmodels/tsa/statespace/tests/results/results_dynamic_factor_stata.csv [new file with mode: 0644]
statsmodels/tsa/statespace/tests/results/results_kalman_filter.py [new file with mode: 0644]
statsmodels/tsa/statespace/tests/results/results_realgdpar_stata.csv [new file with mode: 0644]
statsmodels/tsa/statespace/tests/results/results_sarimax.py [new file with mode: 0644]
statsmodels/tsa/statespace/tests/results/results_sarimax_coverage.csv [new file with mode: 0644]
statsmodels/tsa/statespace/tests/results/results_smoothing_R.csv [new file with mode: 0644]
statsmodels/tsa/statespace/tests/results/results_structural.py [new file with mode: 0644]
statsmodels/tsa/statespace/tests/results/results_var_stata.csv [new file with mode: 0644]
statsmodels/tsa/statespace/tests/results/results_varmax.py [new file with mode: 0644]
statsmodels/tsa/statespace/tests/results/results_varmax_stata.csv [new file with mode: 0644]
statsmodels/tsa/statespace/tests/results/results_wpi1_ar3_matlab_ssm.csv [new file with mode: 0644]
statsmodels/tsa/statespace/tests/results/results_wpi1_ar3_regression.csv [new file with mode: 0644]
statsmodels/tsa/statespace/tests/results/results_wpi1_ar3_stata.csv [new file with mode: 0644]
statsmodels/tsa/statespace/tests/results/results_wpi1_missing_ar3_matlab_ssm.csv [new file with mode: 0644]
statsmodels/tsa/statespace/tests/results/results_wpi1_missing_ar3_regression.csv [new file with mode: 0644]
statsmodels/tsa/statespace/tests/results/test_clark1989_r.R [new file with mode: 0644]
statsmodels/tsa/statespace/tests/results/test_dynamic_factor_stata.do [new file with mode: 0644]
statsmodels/tsa/statespace/tests/results/test_realgdpar_r.R [new file with mode: 0644]
statsmodels/tsa/statespace/tests/results/test_realgdpar_stata.do [new file with mode: 0644]
statsmodels/tsa/statespace/tests/results/test_sarimax_coverage.do [new file with mode: 0644]
statsmodels/tsa/statespace/tests/results/test_sarimax_stata.do [new file with mode: 0644]
statsmodels/tsa/statespace/tests/results/test_smoothing.R [new file with mode: 0644]
statsmodels/tsa/statespace/tests/results/test_ucm.R [new file with mode: 0644]
statsmodels/tsa/statespace/tests/results/test_varmax_stata.do [new file with mode: 0644]
statsmodels/tsa/statespace/tests/results/test_wpi1_stata.do [new file with mode: 0644]
statsmodels/tsa/statespace/tests/test_dynamic_factor.py [new file with mode: 0644]
statsmodels/tsa/statespace/tests/test_impulse_responses.py [new file with mode: 0644]
statsmodels/tsa/statespace/tests/test_kalman.py [new file with mode: 0644]
statsmodels/tsa/statespace/tests/test_mlemodel.py [new file with mode: 0644]
statsmodels/tsa/statespace/tests/test_options.py [new file with mode: 0644]
statsmodels/tsa/statespace/tests/test_prediction.py [new file with mode: 0644]
statsmodels/tsa/statespace/tests/test_representation.py [new file with mode: 0644]
statsmodels/tsa/statespace/tests/test_sarimax.py [new file with mode: 0644]
statsmodels/tsa/statespace/tests/test_save.py [new file with mode: 0644]
statsmodels/tsa/statespace/tests/test_simulate.py [new file with mode: 0644]
statsmodels/tsa/statespace/tests/test_smoothing.py [new file with mode: 0644]
statsmodels/tsa/statespace/tests/test_structural.py [new file with mode: 0644]
statsmodels/tsa/statespace/tests/test_tools.py [new file with mode: 0644]
statsmodels/tsa/statespace/tests/test_varmax.py [new file with mode: 0644]
statsmodels/tsa/statespace/tools.py [new file with mode: 0644]
statsmodels/tsa/statespace/varmax.py [new file with mode: 0644]
statsmodels/tsa/stattools.py [new file with mode: 0644]
statsmodels/tsa/tests/__init__.py [new file with mode: 0644]
statsmodels/tsa/tests/arima.do [new file with mode: 0644]
statsmodels/tsa/tests/arima112.do [new file with mode: 0644]
statsmodels/tsa/tests/arima211.do [new file with mode: 0644]
statsmodels/tsa/tests/results/ARMLEConstantPredict.csv [new file with mode: 0644]
statsmodels/tsa/tests/results/AROLSConstantPredict.csv [new file with mode: 0644]
statsmodels/tsa/tests/results/AROLSNoConstantPredict.csv [new file with mode: 0644]
statsmodels/tsa/tests/results/__init__.py [new file with mode: 0644]
statsmodels/tsa/tests/results/arima.R [new file with mode: 0644]
statsmodels/tsa/tests/results/arima111_css_results.py [new file with mode: 0644]
statsmodels/tsa/tests/results/arima111_forecasts.csv [new file with mode: 0644]
statsmodels/tsa/tests/results/arima111_results.py [new file with mode: 0644]
statsmodels/tsa/tests/results/arima111nc_css_results.py [new file with mode: 0644]
statsmodels/tsa/tests/results/arima111nc_results.py [new file with mode: 0644]
statsmodels/tsa/tests/results/arima112_css_results.py [new file with mode: 0644]
statsmodels/tsa/tests/results/arima112_results.py [new file with mode: 0644]
statsmodels/tsa/tests/results/arima112nc_css_results.py [new file with mode: 0644]
statsmodels/tsa/tests/results/arima112nc_results.py [new file with mode: 0644]
statsmodels/tsa/tests/results/arima211_css_results.py [new file with mode: 0644]
statsmodels/tsa/tests/results/arima211_results.py [new file with mode: 0644]
statsmodels/tsa/tests/results/arima211nc_css_results.py [new file with mode: 0644]
statsmodels/tsa/tests/results/arima211nc_results.py [new file with mode: 0644]
statsmodels/tsa/tests/results/arima212_forecast.csv [new file with mode: 0644]
statsmodels/tsa/tests/results/arima_forecast.inp [new file with mode: 0644]
statsmodels/tsa/tests/results/arma_forecast.inp [new file with mode: 0644]
statsmodels/tsa/tests/results/bds_data.csv [new file with mode: 0644]
statsmodels/tsa/tests/results/bds_results.csv [new file with mode: 0644]
statsmodels/tsa/tests/results/corrgram.do [new file with mode: 0644]
statsmodels/tsa/tests/results/datamlw_tls.py [new file with mode: 0644]
statsmodels/tsa/tests/results/make_arma.py [new file with mode: 0644]
statsmodels/tsa/tests/results/resids_css_c.csv [new file with mode: 0644]
statsmodels/tsa/tests/results/resids_css_nc.csv [new file with mode: 0644]
statsmodels/tsa/tests/results/resids_exact_c.csv [new file with mode: 0644]
statsmodels/tsa/tests/results/resids_exact_nc.csv [new file with mode: 0644]
statsmodels/tsa/tests/results/results_ar.py [new file with mode: 0644]
statsmodels/tsa/tests/results/results_ar_forecast_mle_dynamic.csv [new file with mode: 0644]
statsmodels/tsa/tests/results/results_arima.py [new file with mode: 0644]
statsmodels/tsa/tests/results/results_arima_exog_forecasts_css.csv [new file with mode: 0644]
statsmodels/tsa/tests/results/results_arima_exog_forecasts_mle.csv [new file with mode: 0644]
statsmodels/tsa/tests/results/results_arima_forecasts.csv [new file with mode: 0644]
statsmodels/tsa/tests/results/results_arima_forecasts_all_css.csv [new file with mode: 0644]
statsmodels/tsa/tests/results/results_arima_forecasts_all_css_diff.csv [new file with mode: 0644]
statsmodels/tsa/tests/results/results_arima_forecasts_all_mle.csv [new file with mode: 0644]
statsmodels/tsa/tests/results/results_arima_forecasts_all_mle_diff.csv [new file with mode: 0644]
statsmodels/tsa/tests/results/results_arma.py [new file with mode: 0644]
statsmodels/tsa/tests/results/results_arma_forecasts.csv [new file with mode: 0644]
statsmodels/tsa/tests/results/results_corrgram.csv [new file with mode: 0644]
statsmodels/tsa/tests/results/results_process.py [new file with mode: 0644]
statsmodels/tsa/tests/results/savedrvs.py [new file with mode: 0644]
statsmodels/tsa/tests/results/test_bds.m [new file with mode: 0644]
statsmodels/tsa/tests/results/y_arma_data.csv [new file with mode: 0644]
statsmodels/tsa/tests/results/yhat_css_c.csv [new file with mode: 0644]
statsmodels/tsa/tests/results/yhat_css_nc.csv [new file with mode: 0644]
statsmodels/tsa/tests/results/yhat_exact_c.csv [new file with mode: 0644]
statsmodels/tsa/tests/results/yhat_exact_nc.csv [new file with mode: 0644]
statsmodels/tsa/tests/test_adfuller_lag.py [new file with mode: 0644]
statsmodels/tsa/tests/test_ar.py [new file with mode: 0644]
statsmodels/tsa/tests/test_arima.py [new file with mode: 0644]
statsmodels/tsa/tests/test_arima_process.py [new file with mode: 0644]
statsmodels/tsa/tests/test_bds.py [new file with mode: 0644]
statsmodels/tsa/tests/test_seasonal.py [new file with mode: 0644]
statsmodels/tsa/tests/test_stattools.py [new file with mode: 0644]
statsmodels/tsa/tests/test_tsa_tools.py [new file with mode: 0644]
statsmodels/tsa/tests/test_x13.py [new file with mode: 0644]
statsmodels/tsa/tsatools.py [new file with mode: 0644]
statsmodels/tsa/varma_process.py [new file with mode: 0644]
statsmodels/tsa/vector_ar/__init__.py [new file with mode: 0644]
statsmodels/tsa/vector_ar/api.py [new file with mode: 0644]
statsmodels/tsa/vector_ar/data/e1.dat [new file with mode: 0644]
statsmodels/tsa/vector_ar/data/e2.dat [new file with mode: 0644]
statsmodels/tsa/vector_ar/data/e3.dat [new file with mode: 0644]
statsmodels/tsa/vector_ar/data/e4.dat [new file with mode: 0644]
statsmodels/tsa/vector_ar/data/e5.dat [new file with mode: 0644]
statsmodels/tsa/vector_ar/data/e6.dat [new file with mode: 0644]
statsmodels/tsa/vector_ar/dynamic.py [new file with mode: 0644]
statsmodels/tsa/vector_ar/irf.py [new file with mode: 0644]
statsmodels/tsa/vector_ar/output.py [new file with mode: 0644]
statsmodels/tsa/vector_ar/plotting.py [new file with mode: 0644]
statsmodels/tsa/vector_ar/svar_model.py [new file with mode: 0644]
statsmodels/tsa/vector_ar/tests/__init__.py [new file with mode: 0644]
statsmodels/tsa/vector_ar/tests/example_svar.py [new file with mode: 0644]
statsmodels/tsa/vector_ar/tests/results/__init__.py [new file with mode: 0644]
statsmodels/tsa/vector_ar/tests/results/results_svar.py [new file with mode: 0644]
statsmodels/tsa/vector_ar/tests/results/results_svar_st.py [new file with mode: 0644]
statsmodels/tsa/vector_ar/tests/results/results_var.py [new file with mode: 0644]
statsmodels/tsa/vector_ar/tests/results/results_var_data.py [new file with mode: 0644]
statsmodels/tsa/vector_ar/tests/results/vars_results.npz [new file with mode: 0644]
statsmodels/tsa/vector_ar/tests/svar.do [new file with mode: 0644]
statsmodels/tsa/vector_ar/tests/svartest.R [new file with mode: 0644]
statsmodels/tsa/vector_ar/tests/test_svar.py [new file with mode: 0644]
statsmodels/tsa/vector_ar/tests/test_var.py [new file with mode: 0644]
statsmodels/tsa/vector_ar/tests/var.R [new file with mode: 0644]
statsmodels/tsa/vector_ar/util.py [new file with mode: 0644]
statsmodels/tsa/vector_ar/var_model.py [new file with mode: 0644]
statsmodels/tsa/x13.py [new file with mode: 0644]
tools/R2nparray/DESCRIPTION [new file with mode: 0644]
tools/R2nparray/NAMESPACE [new file with mode: 0644]
tools/R2nparray/R/R2nparray-package.R [new file with mode: 0644]
tools/R2nparray/R/R2nparray.R [new file with mode: 0644]
tools/R2nparray/R/ex_sur.R [new file with mode: 0644]
tools/R2nparray/README.txt [new file with mode: 0644]
tools/README.txt [new file with mode: 0644]
tools/backport_pr.py [new file with mode: 0644]
tools/binstar/README.md [new file with mode: 0644]
tools/binstar/binstar_unix.sh [new file with mode: 0644]
tools/binstar/binstar_windows.bat [new file with mode: 0644]
tools/binstar/bld.bat [new file with mode: 0644]
tools/binstar/build.sh [new file with mode: 0644]
tools/binstar/meta.yaml [new file with mode: 0644]
tools/binstar/python2_setup.bat [new file with mode: 0644]
tools/binstar/python3_setup.bat [new file with mode: 0644]
tools/build_win_bdist32-py26.bat [new file with mode: 0644]
tools/build_win_bdist32-py27.bat [new file with mode: 0644]
tools/build_win_bdist32-py32.bat [new file with mode: 0644]
tools/build_win_bdist32-py33.bat [new file with mode: 0644]
tools/build_win_bdist32-py34.bat [new file with mode: 0644]
tools/build_win_bdist64-py26.bat [new file with mode: 0644]
tools/build_win_bdist64-py27.bat [new file with mode: 0644]
tools/build_win_bdist64-py32.bat [new file with mode: 0644]
tools/build_win_bdist64-py33.bat [new file with mode: 0644]
tools/build_win_bdist64-py34.bat [new file with mode: 0644]
tools/check_dirs.py [new file with mode: 0644]
tools/code_maintenance.py [new file with mode: 0644]
tools/cythonize.py [new file with mode: 0755]
tools/dataset_rst.py [new file with mode: 0755]
tools/estmat2nparray.ado [new file with mode: 0644]
tools/examples_rst.py [new file with mode: 0755]
tools/fold_toc.py [new file with mode: 0755]
tools/generate_formula_api.py [new file with mode: 0755]
tools/gh_api.py [new file with mode: 0644]
tools/github_stats.py [new file with mode: 0644]
tools/hash_funcs.py [new file with mode: 0644]
tools/km_cox1.do [new file with mode: 0644]
tools/matplotlibrc [new file with mode: 0644]
tools/migrate_issues_gh.py [new file with mode: 0644]
tools/nbgenerate.py [new file with mode: 0755]
tools/notebook2python.tpl [new file with mode: 0644]
tools/notebook_output_template.py [new file with mode: 0644]
tools/update_web.py [new file with mode: 0755]